powerpc/powernv: Machine check and other system interrupts
OPAL can handle various interrupt for us such as Machine Checks (it performs all sorts of recovery tasks and passes back control to us with informations about the error), Hardware Management Interrupts and Softpatch interrupts. This wires up the mechanisms and prints out specific informations returned by HAL when a machine check occurs. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -141,6 +141,7 @@ static void __init pnv_setup_machdep_opal(void)
|
||||
ppc_md.restart = pnv_restart;
|
||||
ppc_md.power_off = pnv_power_off;
|
||||
ppc_md.halt = pnv_halt;
|
||||
ppc_md.machine_check_exception = opal_machine_check;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_PPC_POWERNV_RTAS
|
||||
|
Reference in New Issue
Block a user