ChangeSet 1.1573, 2005/03/10 17:59:22-03:00, [EMAIL PROTECTED]

        [PATCH] early boot code references check_acpi_pci()
        
        For x86 (and friends) ACPI_BOOT=y (always) and this code wants to call
        check_acpi_pci().
        
        Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]>
        
        ===== arch/i386/kernel/earlyquirk.c 1.1 vs edited =====



 earlyquirk.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/i386/kernel/earlyquirk.c b/arch/i386/kernel/earlyquirk.c
--- a/arch/i386/kernel/earlyquirk.c     2005-03-11 14:01:44 -08:00
+++ b/arch/i386/kernel/earlyquirk.c     2005-03-11 14:01:44 -08:00
@@ -8,7 +8,7 @@
 #include <asm/pci-direct.h>
 #include <asm/acpi.h>
 
-#ifdef CONFIG_ACPI
+#ifdef CONFIG_ACPI_BOOT
 static int __init check_bridge(int vendor, int device) 
 {
        /* According to Nvidia all timer overrides are bogus. Just ignore
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-24" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to