aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-10 12:20:24 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-10 23:57:20 +0100
commitfb8fd077fbf0de6662acfd240e8e6b25cf3202ca (patch)
tree55bf6c71cd4137863bcef75ede91b274aa015872 /arch/x86/kernel/smpboot.c
parent068790334cececc3d2d945617ccc585477da2e38 (diff)
x86: smp.h move cpu_callout_mask and cpu_callout_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/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 84ac1cf46d8..6c2b8444b83 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -55,7 +55,6 @@
#include <asm/idle.h>
#include <asm/trampoline.h>
#include <asm/cpu.h>
-#include <asm/cpumask.h>
#include <asm/numa.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>