public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4.31-pre1] Fix typo in acpi_boot_init
@ 2005-04-28  7:00 Glen Nakamura
  0 siblings, 0 replies; only message in thread
From: Glen Nakamura @ 2005-04-28  7:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo.tosatti

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
 	

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-28  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28  7:00 [PATCH 2.4.31-pre1] Fix typo in acpi_boot_init Glen Nakamura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox