commit | 5844cc25fd121074de7895181a2fa1ce100a0fdd | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Nov 26 20:25:27 2020 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Nov 27 00:10:39 2020 +1100 |
tree | 44e3ace7a4571f02e060faccd8eafdf52d797baf | |
parent | b6b79dd53082db11070b4368d85dd6699ff0b063 [diff] |
powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation A typo has the R field of the instruction assigned by lucky dip a la register allocator. Fixes: d4748276ae14c ("powerpc/64s: Improve local TLB flush for boot and MCE on POWER9") Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201126102530.691335-2-npiggin@gmail.com