Looks like this patch is needed to build non-SMP configurations. Delete duplicate / stale definition of cpu_logical_id for non-SMP configurations. Signed-off-by: Jack Steiner <steiner@sgi.com> Index: linux/include/asm-ia64/sn/sn_cpuid.h =================================================================== --- linux.orig/include/asm-ia64/sn/sn_cpuid.h 2005-01-03 19:55:30.048998168 -0600 +++ linux/include/asm-ia64/sn/sn_cpuid.h 2005-01-06 15:50:15.335369557 -0600 @@ -82,7 +82,6 @@ */ #ifndef CONFIG_SMP -#define cpu_logical_id(cpu) 0 #define cpu_physical_id(cpuid) ((ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff) #endif -- Thanks Jack Steiner (steiner@sgi.com) 651-683-5302 Principal Engineer SGI - Silicon Graphics, Inc. - 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 Jan 6 16:55:24 2005
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:34 EST