]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Minor fix for MCE TLB flush for radix
authorNicholas Piggin <npiggin@gmail.com>
Sun, 16 Apr 2017 14:21:19 +0000 (00:21 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Apr 2017 10:00:18 +0000 (20:00 +1000)
commit068856ac7342531c1cd2883e7106fcfd10d6e321
tree0601fe3557287469c99cd62573a846bb62077212
parent50fef296a3ceb3cda5b299eb79642209d067ead6
powerpc/64s: Minor fix for MCE TLB flush for radix

The TLB flush for radix first flushes TLB for radix configuration,
then flushes for hash configuration. The second flush is unnecessary
but does not affect correctness.

Fixes: 0a3b7547a0684 ("powerpc/mm/radix: Add tlbflush routines")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/mce_power.c