summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-13 19:12:50 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-13 19:12:50 +0200
commit6cd59f7a4119fef124677827a9b30684c2c8e674 (patch)
tree084162f271f09b0d4787b92ae414cf0cc310f521 /include/asm-arm
parentLinux 2.6.13-rc3 (diff)
parent[PATCH] ARM SMP: Initialise cpu_present_map (diff)
downloadlinux-6cd59f7a4119fef124677827a9b30684c2c8e674.tar.xz
linux-6cd59f7a4119fef124677827a9b30684c2c8e674.zip
Merge /home/torvalds/linux-2.6-arm
Diffstat (limited to 'include/asm-arm')
-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)