Re: 2.6.7-rc2-mm2

From: Jens Axboe
Date: Thu Jun 03 2004 - 10:28:38 EST


On Thu, Jun 03 2004, Andrew Morton wrote:
> bk-acpi.patch

Doesn't compile if you disable ACPI, since mp_register_gsi is guarded by

#if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_ACPI_INTERPRETER)

but used in arch/i386/kernel/acpi/boot.c if CONFIG_X86_IO_APIC is set
alone. I have to disable ACPI on this box still, otherwise it crashes
very hard immediately after displaying ACPI banner.

--
Jens Axboe

-
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/