[PATCH 2.4.31-pre1] Fix typo in acpi_boot_init

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following ChangeSet introduced a typo in acpi_boot_init:

[email protected]  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 <[email protected]>


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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux