![]() | |||||||||||||
Messages in this thread Patch in this message |
The following ChangeSet introduced a typo in acpi_boot_init: ChangeSet@1.1448.1.123 2005-03-09 11:43:51-03:00 marcelo@cnet * Early ACPI PCI quirk depends on CONFIG_X86_IO_APIC CONFIG_X86_IOAPIC should obviously be CONFIG_X86_IO_APIC as written in the patch description above. Trivial fix below. Signed-off-by: Glen Nakamura <glen@imodulo.com> --- linux-2.4.30.orig/arch/i386/kernel/acpi.c 2005-04-04 01:42:19.000000000 +0000 +++ linux-2.4.30/arch/i386/kernel/acpi.c 2005-04-04 01:42:19.000000000 +0000 @@ -440,7 +440,7 @@ acpi_boot_init (void) return result; } -#ifdef CONFIG_X86_IOAPIC +#ifdef CONFIG_X86_IO_APIC check_acpi_pci(); #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-04-28 09:16 [from the cache] ©2003-2008 | |||||||||||||