Commit 3ee20564 authored by Andy Grover's avatar Andy Grover

ACPI: Export acpi_disabled for sonypi (Stelian Pop)

parent 51b2f6b3
......@@ -62,10 +62,11 @@ unsigned long mmu_cr4_features;
EXPORT_SYMBOL_GPL(mmu_cr4_features);
#ifdef CONFIG_ACPI_HT_ONLY
int acpi_disabled __initdata = 1;
int acpi_disabled = 1;
#else
int acpi_disabled __initdata = 0;
int acpi_disabled = 0;
#endif
EXPORT_SYMBOL(acpi_disabled);
int MCA_bus;
/* for MCA, but anyone else can use it if they want */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment