patch-2.3.99-pre7 linux/include/asm-sparc/smp.h
Next file: linux/include/asm-sparc/softirq.h
Previous file: linux/include/asm-sparc/sfp-machine.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon May 8 22:00:01 2000
- Orig file:
v2.3.99-pre6/linux/include/asm-sparc/smp.h
- Orig date:
Fri Jan 28 15:09:09 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/include/asm-sparc/smp.h linux/include/asm-sparc/smp.h
@@ -6,6 +6,7 @@
#ifndef _SPARC_SMP_H
#define _SPARC_SMP_H
+#include <linux/config.h>
#include <linux/threads.h>
#include <asm/head.h>
#include <asm/btfixup.h>
@@ -23,7 +24,7 @@
#endif /* !(__ASSEMBLY__) */
-#ifdef __SMP__
+#ifdef CONFIG_SMP
#ifndef __ASSEMBLY__
@@ -183,7 +184,7 @@
#define PROC_CHANGE_PENALTY 15
-#endif /* !(__SMP__) */
+#endif /* !(CONFIG_SMP) */
#define NO_PROC_ID 0xFF
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)