]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/smp.h
[PATCH] vmi: cpu cycles fix
[linux-2.6-omap-h63xx.git] / include / asm-sh / smp.h
index f19a8b3b69a6a24af8519ab3828469ed510eb5d3..71ecddf70db382f7153b6f6888eec216056914b9 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef __ASM_SH_SMP_H
 #define __ASM_SH_SMP_H
 
-#include <linux/config.h>
 #include <linux/bitops.h>
 #include <linux/cpumask.h>
 
 #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 */