From: Alexey Dobriyan Date: Wed, 27 Sep 2006 05:32:57 +0000 (+0900) Subject: sh: remove cpu_online() definition from X-Git-Tag: v2.6.19-rc1~902^2~80 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ef9a1d4c0c383f75710f6adf2abb8cc264877e2c;p=linux-2.6-omap-h63xx.git sh: remove cpu_online() definition from It's defined in and log is horribly flooded by "redefined" messages. Signed-off-by: Alexey Dobriyan Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index f57c4fe9692..71ecddf70db 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 */