Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / include / asm-parisc / smp.h
blob36e78e9bce9f1046a4b46064c467438634babcf6
1 #ifndef __ASM_SMP_H
2 #define __ASM_SMP_H
4 #include <linux/config.h>
6 #ifdef CONFIG_SMP
7 extern volatile unsigned long cpu_online_map; /* Bitmap of available cpu's */
8 #endif
10 #endif