MAX_IO_APICS #ifdef'd wrongly

William Lee Irwin III (wli@holomorphy.com)
Fri, 17 Jan 2003 01:00:31 -0800


CONFIG_X86_NUMA no longer exists. This changes the MAX_IO_APICS
definition to 32, where it is required to be so large on NUMA-Q
in order to boot.

diff -urpN linux-2.5.59/include/asm-i386/apicdef.h ioapic-2.5.59/include/asm-i386/apicdef.h
--- linux-2.5.59/include/asm-i386/apicdef.h 2003-01-16 18:22:15.000000000 -0800
+++ ioapic-2.5.59/include/asm-i386/apicdef.h 2003-01-17 00:58:04.000000000 -0800
@@ -115,7 +115,7 @@

#define APIC_BASE (fix_to_virt(FIX_APIC_BASE))

-#ifdef CONFIG_X86_NUMA
+#ifdef CONFIG_X86_NUMAQ
#define MAX_IO_APICS 32
#else
#define MAX_IO_APICS 8
-
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/