Re: [PATCH] export acpi_strict

From: Len Brown
Date: Thu Aug 26 2004 - 14:11:51 EST


Accepted.

thanks,
-Len

On Thu, 2004-08-26 at 14:32, Bjorn Helgaas wrote:
> I sent this to acpi-devel, but probably more appropriate for the
> general
> list, since it's not under drivers/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 under acpi_strict.
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx>
>
> ===== arch/i386/kernel/acpi/boot.c 1.69 vs edited =====
> --- 1.69/arch/i386/kernel/acpi/boot.c 2004-07-14 14:00:16 -06:00
> +++ edited/arch/i386/kernel/acpi/boot.c 2004-08-26 09:21:44 -06:00
> @@ -71,6 +71,7 @@
> 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;
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/