RE: [PATCH] (0/7) Finish moving NUMA-Q into subarch, cleanup

From: Protasevich, Natalie (Natalie.Protasevich@UNISYS.com)
Date: Mon Jan 13 2003 - 13:19:55 EST


Martin,

I ran into a couple places where CONFIG_X86_NUMA is still there (replaced
now with CONFIG_X86_NUMAQ), which disables following defines:

in asm-i386/apicdef.h:

...
#ifdef CONFIG_X86_NUMA
 #define MAX_IO_APICS 32
...

and in asm-i386/mpspec.h:
...
/*
 * a maximum of 16 APICs with the current APIC ID architecture.
 */
#ifdef CONFIG_X86_NUMA
#define MAX_APICS 256
#else /* !CONFIG_X86_NUMA */
#define MAX_APICS 16
#endif /* CONFIG_X86_NUMA */
...

--Natalie
-
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/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:46 EST