Make NODES_SHIFT larger to accomodate 256 node machines. Jesse diff -Nru a/include/asm-ia64/numnodes.h b/include/asm-ia64/numnodes.h --- a/include/asm-ia64/numnodes.h Mon Nov 24 12:45:35 2003 +++ b/include/asm-ia64/numnodes.h Mon Nov 24 12:45:35 2003 @@ -5,8 +5,8 @@ /* Max 8 Nodes */ #define NODES_SHIFT 3 #elif defined(CONFIG_IA64_SGI_SN2) || defined(CONFIG_IA64_GENERIC) -/* Max 128 Nodes */ -#define NODES_SHIFT 7 +/* Max 256 Nodes */ +#define NODES_SHIFT 8 #endif #endif /* _ASM_MAX_NUMNODES_H */ - 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 Dec 18 15:21:00 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:21 EST