Searched hist:"96 f0e00378d4a1fc1b79933ef84e1595015de808" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | irq.h | diff 96f0e00378d4a1fc1b79933ef84e1595015de808 Wed Sep 03 17:57:13 CDT 2014 Russell King <rmk+kernel@arm.linux.org.uk> ARM: add basic support for on-demand backtrace of other CPUs
As we now have generic infrastructure to support backtracing of other CPUs in the system on lockups, we can start to implement this for ARM. Initially, we add an IPI based implementation, as the GIC code needs modification to support the generation of FIQ IPIs, and not all ARM platforms have the ability to raise a FIQ in the non-secure world.
This provides us with a "best efforts" implementation in the absence of FIQs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/kernel/ |
H A D | smp.c | diff 96f0e00378d4a1fc1b79933ef84e1595015de808 Wed Sep 03 17:57:13 CDT 2014 Russell King <rmk+kernel@arm.linux.org.uk> ARM: add basic support for on-demand backtrace of other CPUs
As we now have generic infrastructure to support backtracing of other CPUs in the system on lockups, we can start to implement this for ARM. Initially, we add an IPI based implementation, as the GIC code needs modification to support the generation of FIQ IPIs, and not all ARM platforms have the ability to raise a FIQ in the non-secure world.
This provides us with a "best efforts" implementation in the absence of FIQs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|