Searched hist:fd3f1e0f139f1314ff97438eebaa1f9d216e10a2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | diff fd3f1e0f139f1314ff97438eebaa1f9d216e10a2 Sun Feb 07 06:56:43 CST 2021 Nicholas Piggin <npiggin@gmail.com> powerpc/traps: factor common code from program check and emulation assist
Move the program check handling into a function called by both, rather than have the emulation assist handler call the program check handler.
This allows each of these handlers to be implemented with "interrupt wrappers" in a later change.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/1612702475.d6qyt6qtfy.astroid@bobo.none
|