powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Have the NMI IPI code use this op when the platform defines it. 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
ddd703ca06
commit
c64af6458e
@@ -202,6 +202,7 @@ static __init void pSeries_smp_probe(void)
|
||||
static struct smp_ops_t pseries_smp_ops = {
|
||||
.message_pass = NULL, /* Use smp_muxed_ipi_message_pass */
|
||||
.cause_ipi = NULL, /* Filled at runtime by pSeries_smp_probe() */
|
||||
.cause_nmi_ipi = NULL,
|
||||
.probe = pSeries_smp_probe,
|
||||
.kick_cpu = smp_pSeries_kick_cpu,
|
||||
.setup_cpu = smp_setup_cpu,
|
||||
|
Reference in New Issue
Block a user