arch/x86_64:Change extern g_intstackalloc to g_isrstackalloc
Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com>
This commit is contained in:
parent
b9adff0e90
commit
9eb7665822
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue