Re: [PATCH 2/3] powerpc: add struct smp_ops_t.cause_nmi_ipi operation

2016-11-10 Thread Nicholas Piggin
On Fri, 11 Nov 2016 12:00:14 +1100 Alistair Popple wrote: > On Wed, 9 Nov 2016 01:01:24 AM Nicholas Piggin wrote: > > Allow platforms to provide an NMI IPI, and wire that to the NMI > > system. > > --- > > arch/powerpc/include/asm/smp.h| 5 + > > arch/powerpc/kernel/smp.c

Re: [PATCH 2/3] powerpc: add struct smp_ops_t.cause_nmi_ipi operation

2016-11-10 Thread Alistair Popple
On Wed, 9 Nov 2016 01:01:24 AM Nicholas Piggin wrote: > Allow platforms to provide an NMI IPI, and wire that to the NMI > system. > --- > arch/powerpc/include/asm/smp.h| 5 + > arch/powerpc/kernel/smp.c | 21 - > arch/powerpc/platforms/85xx/smp.