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 _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- RE: [PATCH] (0/7) Finish moving NUMA-Q into subarch, cleanupMartin J. Bligh
- Prev by Date: Re: 2.4.20 Promise IDE RAID Locks up (gcc 3.2.1!)
- Next by Date: RE: [PATCH] (0/7) Finish moving NUMA-Q into subarch, cleanup
- Previous by thread: Re: [2.5.56] (partial known) bugs/compile errors
- Next by thread: RE: [PATCH] (0/7) Finish moving NUMA-Q into subarch, cleanup
- Indexes:[Main][Thread]