patch-2.3.99-pre6 linux/arch/alpha/kernel/setup.c

Next file: linux/arch/alpha/kernel/time.c
Previous file: linux/arch/alpha/kernel/proto.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/alpha/kernel/setup.c linux/arch/alpha/kernel/setup.c
@@ -484,7 +484,7 @@
 	 * Identify the flock of penguins.
 	 */
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 	setup_smp();
 #endif
 	paging_init();
@@ -930,7 +930,7 @@
 		       unaligned[1].count, unaligned[1].pc, unaligned[1].va,
 		       platform_string(), nr_processors);
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 	len += smp_info(buffer+len);
 #endif
 

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