aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-07-11 17:38:36 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-07-11 17:38:36 +0100
commitd12734d14e5602816f0b16b17a8cef5ea70afb5a (patch)
treecb6793f2bd1d5bbc53562c690e3e09351439e98a /include
parent[PATCH] ARM: remove linux/version.h include from arch/arm (diff)
downloadlinux-dev-d12734d14e5602816f0b16b17a8cef5ea70afb5a.tar.xz
linux-dev-d12734d14e5602816f0b16b17a8cef5ea70afb5a.zip
[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map
The kernel's terminology for this is cpu_possible_map not cpu_present_mask. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/smp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/smp.h b/include/asm-arm/smp.h
index 6c6c60adbbaa..dbb4d859c586 100644
--- a/include/asm-arm/smp.h
+++ b/include/asm-arm/smp.h
@@ -23,9 +23,6 @@
#define raw_smp_processor_id() (current_thread_info()->cpu)
-extern cpumask_t cpu_present_mask;
-#define cpu_possible_map cpu_present_mask
-
/*
* at the moment, there's not a big penalty for changing CPUs
* (the >big< penalty is running SMP in the first place)