diff options
Diffstat (limited to 'arch/x86/kernel/mpparse_64.c')
-rw-r--r-- | arch/x86/kernel/mpparse_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c index 529b1c22077e..03ef1a8b53e8 100644 --- a/arch/x86/kernel/mpparse_64.c +++ b/arch/x86/kernel/mpparse_64.c | |||
@@ -30,6 +30,8 @@ | |||
30 | #include <asm/proto.h> | 30 | #include <asm/proto.h> |
31 | #include <asm/acpi.h> | 31 | #include <asm/acpi.h> |
32 | 32 | ||
33 | #include <mach_apic.h> | ||
34 | |||
33 | /* Have we found an MP table */ | 35 | /* Have we found an MP table */ |
34 | int smp_found_config; | 36 | int smp_found_config; |
35 | unsigned int __cpuinitdata maxcpus = NR_CPUS; | 37 | unsigned int __cpuinitdata maxcpus = NR_CPUS; |