powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESET
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
c64af6458e
commit
102c05e8dc
@@ -386,6 +386,10 @@ int pSeries_system_reset_exception(struct pt_regs *regs)
|
||||
}
|
||||
fwnmi_release_errinfo();
|
||||
}
|
||||
|
||||
if (smp_handle_nmi_ipi(regs))
|
||||
return 1;
|
||||
|
||||
return 0; /* need to perform reset */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user