[PATCH 2.4.31-pre1] Fix typo in acpi_boot_init

From: Glen Nakamura
Date: Thu Apr 28 2005 - 02:14:26 EST


The following ChangeSet introduced a typo in acpi_boot_init:

ChangeSet@xxxxxxxxxxxx 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@xxxxxxxxxxx>


--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/