summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/smp.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-10 12:58:50 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-10 23:57:38 +0100
commit52811d8c9beb67da6bc4b770de3c4134376788a1 (patch)
tree78af57cf32140f22d232450b7cd1c5b042e13765 /arch/x86/include/asm/smp.h
parent493f6ca54e1ea59732dd334e35c5fe2d8e440b06 (diff)
x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map declartion to cpumask.h
Impact: cleanup Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r--arch/x86/include/asm/smp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
index 7d2a80319e82..a8cea7b09434 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -19,18 +19,6 @@
#include <asm/thread_info.h>
#include <asm/cpumask.h>
-#ifdef CONFIG_X86_64
-
-extern cpumask_var_t cpu_sibling_setup_mask;
-
-#else /* CONFIG_X86_32 */
-
-extern cpumask_t cpu_sibling_setup_map;
-
-#define cpu_sibling_setup_mask ((struct cpumask *)&cpu_sibling_setup_map)
-
-#endif /* CONFIG_X86_32 */
-
extern int __cpuinit get_local_pda(int cpu);
extern int smp_num_siblings;