arch/x86_64:Change extern g_intstackalloc to g_isrstackalloc

Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com>
This commit is contained in:
liwenxiang1 2024-10-11 16:58:08 +08:00 committed by Xiang Xiao
parent b9adff0e90
commit 9eb7665822

View file

@ -173,7 +173,7 @@ extern const uintptr_t g_idle_topstack[];
#if CONFIG_ARCH_INTERRUPTSTACK > 3
extern uint8_t g_intstackalloc[];
extern uint8_t g_intstackalloc[];
extern uint8_t g_isrstackalloc[];
#endif
/* These symbols are setup by the linker script. */