patch-2.3.99-pre6 linux/include/asm-arm/smp.h
Next file: linux/include/asm-arm/string.h
Previous file: linux/include/asm-arm/setup.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Apr 25 16:54:38 2000
- Orig file:
v2.3.99-pre5/linux/include/asm-arm/smp.h
- Orig date:
Mon Jul 19 13:12:47 1999
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-arm/smp.h linux/include/asm-arm/smp.h
@@ -1,7 +1,9 @@
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
-#ifdef __SMP__
+#include <linux/config.h>
+
+#ifdef CONFIG_SMP
#error SMP not supported
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)