Re: [PATCH] powerpc/64s: Minor fix for MCE TLB flush for radix

2017-04-16 Thread Aneesh Kumar K.V
Nicholas Piggin writes: > 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: 1a472c9dba6b9 ("powerpc/mm/radix: Add tlbflush routines") > Signed-off-by: Nicholas Pig

[PATCH] powerpc/64s: Minor fix for MCE TLB flush for radix

2017-04-16 Thread Nicholas Piggin
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: 1a472c9dba6b9 ("powerpc/mm/radix: Add tlbflush routines") Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/mce_pow