]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64e/interrupt: Use new interrupt context tracking scheme
authorNicholas Piggin <npiggin@gmail.com>
Tue, 16 Mar 2021 10:42:01 +0000 (20:42 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:43 +0000 (23:04 +1000)
commit77d7b996e84949c48eb2f73ccb4d574c24e5e624
tree093e4807e6c0fb3dab842a5cfb2f48b708c995af
parent5d5b2bbf79f74d26a09eb11a8c6c37a89f5fb8d5
powerpc/64e/interrupt: Use new interrupt context tracking scheme

With the new interrupt exit code, context tracking can be managed
more precisely, so remove the last of the 64e workarounds and switch
to the new context tracking code already used by 64s.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210316104206.407354-8-npiggin@gmail.com
arch/powerpc/include/asm/interrupt.h
arch/powerpc/kernel/interrupt.c