aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r--arch/x86/kernel/acpi/boot.c6
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
44static int __initdata acpi_force = 0; 44static int __initdata acpi_force = 0;
45u32 acpi_rsdt_forced; 45u32 acpi_rsdt_forced;
46#ifdef CONFIG_ACPI 46int acpi_disabled;
47int acpi_disabled = 0;
48#else
49int acpi_disabled = 1;
50#endif
51EXPORT_SYMBOL(acpi_disabled); 47EXPORT_SYMBOL(acpi_disabled);
52 48
53#ifdef CONFIG_X86_64 49#ifdef CONFIG_X86_64