]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/smp.h
drivers/base/platform.c: fix small typo in doc
[linux-2.6-omap-h63xx.git] / include / asm-alpha / smp.h
index 9950706abdf8289f0d2815dd45102aa787016038..a1a1eca6be45b0e3ebe72d9d236071719ba979d9 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __ASM_SMP_H
 #define __ASM_SMP_H
 
-#include <linux/config.h>
 #include <linux/threads.h>
 #include <linux/cpumask.h>
 #include <linux/bitops.h>
@@ -45,10 +44,8 @@ extern struct cpuinfo_alpha cpu_data[NR_CPUS];
 #define hard_smp_processor_id()        __hard_smp_processor_id()
 #define raw_smp_processor_id() (current_thread_info()->cpu)
 
-extern cpumask_t cpu_present_mask;
-extern cpumask_t cpu_online_map;
 extern int smp_num_cpus;
-#define cpu_possible_map       cpu_present_mask
+#define cpu_possible_map       cpu_present_map
 
 int smp_call_function_on_cpu(void (*func) (void *info), void *info,int retry, int wait, cpumask_t cpu);