diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-12-19 19:30:09 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-04-28 13:02:25 +0200 |
commit | c64af6458e2e2ddf86aff559837d3925fbf9cbb5 (patch) | |
tree | 63993fee176303787f76ebc95381bb438e41ea27 /arch/powerpc/platforms/85xx | |
parent | powerpc: Add NMI IPI infrastructure (diff) | |
download | linux-c64af6458e2e2ddf86aff559837d3925fbf9cbb5.tar.xz linux-c64af6458e2e2ddf86aff559837d3925fbf9cbb5.zip |
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>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch/powerpc/platforms/85xx/smp.c index 0975066f76e8..f51fd35f4618 100644 --- a/arch/powerpc/platforms/85xx/smp.c +++ b/arch/powerpc/platforms/85xx/smp.c @@ -344,6 +344,7 @@ done: } struct smp_ops_t smp_85xx_ops = { + .cause_nmi_ipi = NULL, .kick_cpu = smp_85xx_kick_cpu, .cpu_bootable = smp_generic_cpu_bootable, #ifdef CONFIG_HOTPLUG_CPU |