]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
powerpc/syscall: Change condition to check MSR_RI
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 8 Feb 2021 15:10:31 +0000 (15:10 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Feb 2021 12:35:11 +0000 (23:35 +1100)
commitc01b916658150e98f00a4981750c37a3224c8735
tree11b450568bfe55c278000723e75aabc7c091e1ba
parent8875f47b7681aa4e4484a9b612577b044725f839
powerpc/syscall: Change condition to check MSR_RI

In system_call_exception(), MSR_RI also needs to be checked on 8xx.
Only booke and 40x doesn't have MSR_RI.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/67820fada8dd6a8fe9d7b666f175d4cc9d8de87e.1612796617.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/interrupt.c