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
-  Lines: 18
-  Date:
Mon Apr 24 13:39:36 2000
-  Orig file: 
v2.3.99-pre5/linux/arch/ppc/kernel/pmac_pic.c
-  Orig date: 
Tue Mar  7 14:32:25 2000
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)