commit | 95dbdf4fa09823e35b29eab8f7093984daa6a913 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Mon Apr 17 00:21:19 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Apr 19 20:00:18 2017 +1000 |
tree | 0601fe3557287469c99cd62573a846bb62077212 | |
parent | be77e999e3937322b7e15274b8fc7da309a040a0 [diff] |
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: 1a472c9dba6b9 ("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>