]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
authorNicholas Piggin <npiggin@gmail.com>
Mon, 19 Dec 2016 18:30:09 +0000 (04:30 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 28 Apr 2017 11:02:25 +0000 (21:02 +1000)
commit5ea788ec4dceb207f08686e3ee5b1b79558286bc
tree63993fee176303787f76ebc95381bb438e41ea27
parenta4728e98f683a3944b9dab40694377fcf2f8d4d5
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>
arch/powerpc/include/asm/smp.h
arch/powerpc/kernel/smp.c
arch/powerpc/platforms/85xx/smp.c
arch/powerpc/platforms/86xx/mpc86xx_smp.c
arch/powerpc/platforms/chrp/smp.c
arch/powerpc/platforms/powermac/smp.c
arch/powerpc/platforms/powernv/smp.c
arch/powerpc/platforms/pseries/smp.c