fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-sh / smp.h
index f57c4fe..71ecddf 100644 (file)
 #include <asm/atomic.h>
 #include <asm/current.h>
 
-extern cpumask_t cpu_online_map;
-extern cpumask_t cpu_possible_map;
-
-#define cpu_online(cpu)                cpu_isset(cpu, cpu_online_map)
-
 #define raw_smp_processor_id() (current_thread_info()->cpu)
 
 /* I've no idea what the real meaning of this is */