]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
authorNicholas Piggin <npiggin@gmail.com>
Thu, 26 Nov 2020 10:25:27 +0000 (20:25 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 26 Nov 2020 13:10:39 +0000 (00:10 +1100)
commit881c2a7cb51df17aefcc7e6d4aad534a1026f8d0
tree44e3ace7a4571f02e060faccd8eafdf52d797baf
parent2735a8f954f9d46ecdab7eed9e82f078cb352dcf
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: 27aaa66b87aee ("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
arch/powerpc/mm/book3s64/hash_native.c