]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc64af6458e2e2ddf86aff559837d3925fbf9cbb5
tree63993fee176303787f76ebc95381bb438e41ea27
parentddd703ca06ede1b2d01ed1b0cb8d4315ab808099
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