]> git.hungrycats.org Git - linux/commitdiff
[ACPI] Export acpi_strict for use in modular drivers.
authorLen Brown <len.brown@intel.com>
Thu, 26 Aug 2004 10:50:55 +0000 (06:50 -0400)
committerLen Brown <lenb@dhcppc3.>
Thu, 26 Aug 2004 10:50:55 +0000 (06:50 -0400)
This will enable drivers to work around BIOS deficiencies,
while still allowing the drivers to be more picky with "acpi=strict"

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
arch/i386/kernel/acpi/boot.c

index 5b56f6cd06b6eaa6ef972885a2ca2750e33e006c..dd894601d7d0ee8ee8f65095d2aee605638f72d0 100644 (file)
@@ -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;