public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* MAX_IO_APICS #ifdef'd wrongly
@ 2003-01-17  9:00 William Lee Irwin III
  2003-01-17 15:53 ` Martin J. Bligh
  0 siblings, 1 reply; 4+ messages in thread
From: William Lee Irwin III @ 2003-01-17  9:00 UTC (permalink / raw)
  To: Martin.Bligh; +Cc: akpm, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-18  0:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-17  9:00 MAX_IO_APICS #ifdef'd wrongly William Lee Irwin III
2003-01-17 15:53 ` Martin J. Bligh
2003-01-17 23:14   ` William Lee Irwin III
2003-01-18  0:52     ` Martin J. Bligh

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