aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/smp.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-09-27 14:32:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 14:32:57 +0900
commitef9a1d4c0c383f75710f6adf2abb8cc264877e2c (patch)
tree75a0694ae808dbe1e1597d146124722cf25c70e0 /include/asm-sh/smp.h
parentsh: Support for SH7770/SH7780 CPU subtypes. (diff)
downloadlinux-dev-ef9a1d4c0c383f75710f6adf2abb8cc264877e2c.tar.xz
linux-dev-ef9a1d4c0c383f75710f6adf2abb8cc264877e2c.zip
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/asm-sh/smp.h')
-rw-r--r--include/asm-sh/smp.h5
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 */