kernel/arch/mips/include/asm/sn/gda.h
.. .. @@ -60,9 +60,7 @@ 60 60 /* Pointer to a mask of nodes with copies 61 61 * of the kernel. */ 62 62 char g_padding[56]; /* pad out to 128 bytes */ 63 - nasid_t g_nasidtable[MAX_COMPACT_NODES]; /* NASID of each node,64 - * indexed by cnodeid.65 - */63 + nasid_t g_nasidtable[MAX_NUMNODES]; /* NASID of each node */66 64 } gda_t; 67 65 68 66 #define GDA ((gda_t*) GDA_ADDR(get_nasid()))