提交 c636f753 编写于 作者: L Len Brown

ACPI: delete dead acpi_disabled setting code

Testing CONFIG_ACPI inside boot.c is a waste of text,
since boot.c is built only when CONFIG_ACPI=y
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 07a2039b
...@@ -43,11 +43,7 @@ ...@@ -43,11 +43,7 @@
static int __initdata acpi_force = 0; static int __initdata acpi_force = 0;
u32 acpi_rsdt_forced; u32 acpi_rsdt_forced;
#ifdef CONFIG_ACPI int acpi_disabled;
int acpi_disabled = 0;
#else
int acpi_disabled = 1;
#endif
EXPORT_SYMBOL(acpi_disabled); EXPORT_SYMBOL(acpi_disabled);
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册