summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-09-27 05:32:57 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 05:32:57 (GMT)
commitef9a1d4c0c383f75710f6adf2abb8cc264877e2c (patch)
tree75a0694ae808dbe1e1597d146124722cf25c70e0
parent5b19c9081fbd0882c936ec087bf9055a20251dec (diff)
downloadlinux-ef9a1d4c0c383f75710f6adf2abb8cc264877e2c.tar.xz
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>
-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 f57c4fe..71ecddf 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 */