diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 723989d7f802..d4acedf07866 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -43,11 +43,7 @@ | |||
43 | 43 | ||
44 | static int __initdata acpi_force = 0; | 44 | static int __initdata acpi_force = 0; |
45 | u32 acpi_rsdt_forced; | 45 | u32 acpi_rsdt_forced; |
46 | #ifdef CONFIG_ACPI | 46 | int acpi_disabled; |
47 | int acpi_disabled = 0; | ||
48 | #else | ||
49 | int acpi_disabled = 1; | ||
50 | #endif | ||
51 | EXPORT_SYMBOL(acpi_disabled); | 47 | EXPORT_SYMBOL(acpi_disabled); |
52 | 48 | ||
53 | #ifdef CONFIG_X86_64 | 49 | #ifdef CONFIG_X86_64 |