osiris:~/kernel/linux-2.5 $ grep sis_apic_bug include/asm-i386/*
include/asm-i386/io_apic.h:extern int sis_apic_bug;
include/asm-i386/io_apic.h: if (sis_apic_bug)
This fixes it:
--- linux-2.5/drivers/pci//quirks.c.orig 2002-11-28 10:07:21.000000000 +0100
+++ linux-2.5/drivers/pci/quirks.c 2002-11-28 10:07:57.000000000 +0100
@@ -18,6 +18,7 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/delay.h>
+#include <asm/io_apic.h>
#undef DEBUG
-- Henrik Storner <henrik@hswn.dk> - 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/