patch-2.4.0-test12 linux/include/asm-parisc/smp.h
Next file: linux/include/asm-parisc/smplock.h
Previous file: linux/include/asm-parisc/signal.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Dec 6 11:46:39 2000
- Orig file:
v2.4.0-test11/linux/include/asm-parisc/smp.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-parisc/smp.h linux/include/asm-parisc/smp.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_SMP_H
+#define __ASM_SMP_H
+
+#include <linux/config.h>
+
+#ifdef CONFIG_SMP
+extern volatile unsigned long cpu_online_map; /* Bitmap of available cpu's */
+#endif
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)