[POWERPC] kdump shutdown hook support
authorMichael Neuling <mikey@neuling.org>
Fri, 18 Jan 2008 04:50:30 +0000 (15:50 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 25 Jan 2008 11:52:50 +0000 (22:52 +1100)
commit496b010e1e70a9b4286fa34f19523f24a194f119
tree82304fcb3342e1204fe2b2b69c0f396068ad409c
parentc3b75bd7bbf4a0438dc140033b80657995fd30ed
[POWERPC] kdump shutdown hook support

This adds hooks into the default_machine_crash_shutdown so drivers can
register a function to be run in the first kernel before we hand off
to the second kernel.  This should only be used in exceptional
circumstances, like where the device can't be reset in the second
kernel alone (as is the case with eHEA).  To emphasize this, the
number of handles allowed to be registered is currently #def to 1.

This uses the setjmp/longjmp code around the call out to the
registered hooks, so any bogus exceptions we encounter will hopefully
be recoverable.

Tested with bogus data and instruction exceptions.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/crash.c
include/asm-powerpc/kexec.h