hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/include/asm/sn/gda.h
....@@ -60,9 +60,7 @@
6060 /* Pointer to a mask of nodes with copies
6161 * of the kernel. */
6262 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 */
6664 } gda_t;
6765
6866 #define GDA ((gda_t*) GDA_ADDR(get_nasid()))