Skip to content

Commit 9eb7665

Browse files
xianglycxiaoxiang781216
authored andcommitted
arch/x86_64:Change extern g_intstackalloc to g_isrstackalloc
Signed-off-by: liwenxiang1 <[email protected]>
1 parent b9adff0 commit 9eb7665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86_64/src/common/x86_64_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ extern const uintptr_t g_idle_topstack[];
173173

174174
#if CONFIG_ARCH_INTERRUPTSTACK > 3
175175
extern uint8_t g_intstackalloc[];
176-
extern uint8_t g_intstackalloc[];
176+
extern uint8_t g_isrstackalloc[];
177177
#endif
178178

179179
/* These symbols are setup by the linker script. */

0 commit comments

Comments
 (0)