diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-09-27 14:32:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 14:32:57 +0900 |
commit | ef9a1d4c0c383f75710f6adf2abb8cc264877e2c (patch) | |
tree | 75a0694ae808dbe1e1597d146124722cf25c70e0 /include | |
parent | 5b19c9081fbd0882c936ec087bf9055a20251dec (diff) |
sh: remove cpu_online() definition from <asm/smp.h>
It's defined in <linux/cpumask.h> and log is horribly flooded by
"redefined" messages.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sh/smp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-sh/smp.h b/include/asm-sh/smp.h index f57c4fe9692a..71ecddf70db3 100644 --- a/include/asm-sh/smp.h +++ b/include/asm-sh/smp.h @@ -19,11 +19,6 @@ #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 */ |