IA64 allows NUMA to be set without SMP ... in fact you end up with this when trying to build a "generic UP" kernel since CONFIG_IA64_GENERIC selects NUMA, and won't let you unselect it. Suddenly this is a problem. Generic UP kernel fails to build with an "Undefined: __inc_zone_state", which shows up because the __inc_zone_state function is defined inside some #if SMP code, but used inside some #if NUMA code in mm/vmstat.c What does NUMA && !SMP mean? Should selecting NUMA force SMP? -Tony - 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 Thu Jul 06 10:15:57 2006
This archive was generated by hypermail 2.1.8 : 2006-07-06 10:16:05 EST