X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sh%2Fsmp.h;h=71ecddf70db382f7153b6f6888eec216056914b9;hb=5a4053b23262afefa748e1e4c439931d4c27693b;hp=f57c4fe9692a97d27557bdeaabc9f33b0791badc;hpb=077e98945db7e54a9865b5f29a1f02f531eca414;p=powerpc.git diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index f57c4fe969..71ecddf70d 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h @@ -19,11 +19,6 @@ #include #include -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 */