diff options
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 2cdc9de9371d..956b60f3ebd5 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -40,6 +40,10 @@ | |||
40 | #include <asm/io.h> | 40 | #include <asm/io.h> |
41 | #include <asm/mpspec.h> | 41 | #include <asm/mpspec.h> |
42 | 42 | ||
43 | #ifdef CONFIG_X86_LOCAL_APIC | ||
44 | # include <mach_apic.h> | ||
45 | #endif | ||
46 | |||
43 | static int __initdata acpi_force = 0; | 47 | static int __initdata acpi_force = 0; |
44 | 48 | ||
45 | #ifdef CONFIG_ACPI | 49 | #ifdef CONFIG_ACPI |