Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Nicholas Piggin 71c3b05a80 powerpc/64s/exception: Soft NMI interrupt should not use ret_from_except
The soft NMI handler does not reconcile interrupt state, so it should
not return via the normal ret_from_except path. Return like other NMIs,
using the EXCEPTION_RESTORE_REGS macro.

This becomes important when the scv interrupt is implemented, which
must handle soft-masked interrupts that have r13 set to something
other than the PACA -- returning to kernel in this case must restore
r13.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200225173541.1549955-23-npiggin@gmail.com
2020-04-01 13:42:13 +11:00
..
2019-12-05 00:13:55 +11:00
2020-03-25 12:09:39 +11:00
2020-03-10 15:16:42 +11:00
2020-01-27 22:37:24 +11:00
2020-03-10 15:16:42 +11:00
2019-08-30 09:52:57 +10:00
2018-05-25 12:04:46 +10:00
2020-01-27 22:37:24 +11:00
2020-02-24 22:04:07 +11:00