summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
authorThomas Gleixner2008-01-30 13:30:28 +0100
committerIngo Molnar2008-01-30 13:30:28 +0100
commit3abf024d2abb79614d8c4cb25a70d5596f77d0ad (patch)
tree443a31982281a6b5a0816946927ebda9eca1f24d /arch/x86/kernel/smpboot_64.c
parentx86: remove dead code and exports (diff)
downloadkernel-qcow2-linux-3abf024d2abb79614d8c4cb25a70d5596f77d0ad.tar.gz
kernel-qcow2-linux-3abf024d2abb79614d8c4cb25a70d5596f77d0ad.tar.xz
kernel-qcow2-linux-3abf024d2abb79614d8c4cb25a70d5596f77d0ad.zip
x86: nuke a ton of unused exports
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r--arch/x86/kernel/smpboot_64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c
index b36d32ff0b39..7552db9ee9ff 100644
--- a/arch/x86/kernel/smpboot_64.c
+++ b/arch/x86/kernel/smpboot_64.c
@@ -78,8 +78,6 @@ EXPORT_SYMBOL(cpu_online_map);
*/
cpumask_t cpu_callin_map;
cpumask_t cpu_callout_map;
-EXPORT_SYMBOL(cpu_callout_map);
-
cpumask_t cpu_possible_map;
EXPORT_SYMBOL(cpu_possible_map);