diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 6978f1bf6533..253be86a88e4 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -11,6 +11,8 @@ | |||
11 | #include <asm/cpu.h> | 11 | #include <asm/cpu.h> |
12 | #include <asm/numa.h> | 12 | #include <asm/numa.h> |
13 | 13 | ||
14 | #include <mach_apic.h> | ||
15 | |||
14 | /* Number of siblings per CPU package */ | 16 | /* Number of siblings per CPU package */ |
15 | int smp_num_siblings = 1; | 17 | int smp_num_siblings = 1; |
16 | EXPORT_SYMBOL(smp_num_siblings); | 18 | EXPORT_SYMBOL(smp_num_siblings); |