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

Next file: linux/arch/ppc/kernel/ppc_ksyms.c
Previous file: linux/arch/ppc/kernel/open_pic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/ppc/kernel/pmac_pic.c linux/arch/ppc/kernel/pmac_pic.c
@@ -183,7 +183,7 @@
 	int irq;
 	unsigned long bits = 0;
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 	void pmac_smp_message_recv(void);
 	
         /* IPI's are a hack on the powersurge -- Cort */
@@ -197,7 +197,7 @@
 		pmac_smp_message_recv();
 		return -2;	/* ignore, already handled */
         }
-#endif /* __SMP__ */
+#endif /* CONFIG_SMP */
 
 	/* Yeah, I know, this could be a separate get_irq function */
 	if (has_openpic)

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