On Wednesday 16 July 2003 21:40, Matthew Wilcox wrote: > On Wed, Jul 16, 2003 at 12:29:52PM -0700, Jesse Barnes wrote: > > @@ -210,8 +210,8 @@ > > system with an A0 or A1 stepping CPU. > > > > config NUMA > > - bool "Enable NUMA support" if IA64_GENERIC || IA64_DIG || IA64_HP_ZX1 > > - default y if IA64_SGI_SN2 > > + bool > > + default y if IA64_SGI_SN2 || IA64_GENERIC > > help > > Say Y to compile the kernel to support NUMA (Non-Uniform Memory > > Access). This option is for configuring high-end multiprocessor There are other NUMA machines around which are not from SGI and are IA64_DIG. You excluded them on purpose? I hope not... > If you're removing the question, you can remove the helptext too. > > > @@ -235,8 +235,7 @@ > > > > config DISCONTIGMEM > > bool > > - depends on IA64_SGI_SN2 || (IA64_GENERIC || IA64_DIG || IA64_HP_ZX1) && > > NUMA - default y > > + default y if IA64_SGI_SN2 || IA64_GENERIC > > help > > Say Y to support efficient handling of discontiguous physical memory, > > for architectures which are either NUMA (Non-Uniform Memory Access) Same comment as above. NEC TX7 is an IA64_DIG platform. Erich - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jul 16 15:56:35 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:16 EST