patch-2.3.99-pre6 linux/arch/ppc/kernel/open_pic.c

Next file: linux/arch/ppc/kernel/pmac_pic.c
Previous file: linux/arch/ppc/kernel/misc.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/ppc/kernel/open_pic.c linux/arch/ppc/kernel/open_pic.c
@@ -101,12 +101,12 @@
 {
 }
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 void openpic_ipi_action(int cpl, void *dev_id, struct pt_regs *regs)
 {
 	smp_message_recv(cpl-OPENPIC_VEC_IPI);
 }
-#endif /* __SMP__ */
+#endif /* CONFIG_SMP */
 
 #ifdef __i386__
 static inline u_int in_le32(volatile u_int *addr)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)