From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- kernel/arch/mips/include/asm/sn/gda.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/arch/mips/include/asm/sn/gda.h b/kernel/arch/mips/include/asm/sn/gda.h index 85fa1b5..d52f816 100644 --- a/kernel/arch/mips/include/asm/sn/gda.h +++ b/kernel/arch/mips/include/asm/sn/gda.h @@ -60,9 +60,7 @@ /* Pointer to a mask of nodes with copies * of the kernel. */ char g_padding[56]; /* pad out to 128 bytes */ - nasid_t g_nasidtable[MAX_COMPACT_NODES]; /* NASID of each node, - * indexed by cnodeid. - */ + nasid_t g_nasidtable[MAX_NUMNODES]; /* NASID of each node */ } gda_t; #define GDA ((gda_t*) GDA_ADDR(get_nasid())) -- Gitblit v1.6.2