Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: move a stray NMI IPI case under NMI_IPI ifdef

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Nicholas Piggin and committed by
Michael Ellerman
21bfd6a8 bc907113

+2
+2
arch/powerpc/kernel/smp.c
··· 194 194 #ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST 195 195 [PPC_MSG_TICK_BROADCAST] = "ipi tick-broadcast", 196 196 #endif 197 + #ifdef CONFIG_NMI_IPI 197 198 [PPC_MSG_NMI_IPI] = "nmi ipi", 199 + #endif 198 200 }; 199 201 200 202 /* optional function to request ipi, for controllers with >= 4 ipis */