aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c2
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 */
15int smp_num_siblings = 1; 17int smp_num_siblings = 1;
16EXPORT_SYMBOL(smp_num_siblings); 18EXPORT_SYMBOL(smp_num_siblings);