Commit 291cea2e authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] Export acpi_strict for use in modular drivers.

This will enable drivers to work around BIOS deficiencies,
while still allowing the drivers to be more picky with "acpi=strict"
Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
parent 2bf6ce6a
......@@ -71,6 +71,7 @@ int acpi_ht __initdata = 1; /* enable HT */
int acpi_lapic;
int acpi_ioapic;
int acpi_strict;
EXPORT_SYMBOL(acpi_strict);
acpi_interrupt_flags acpi_sci_flags __initdata;
int acpi_sci_override_gsi __initdata;
......
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