未验证 提交 3e913073 编写于 作者: wuyangyong's avatar wuyangyong 提交者: GitHub

fixed stack setup when using SMP. (#7978)

上级 c85069f9
......@@ -331,7 +331,11 @@ after_mmu_enable_cpux:
b rt_hw_secondary_cpu_bsp_start
#endif
#ifndef RT_CPUS_NR
#define RT_CPUS_NR 1
#endif
.align 12
.el_stack:
.space (8192)
.el_stack_top:
\ No newline at end of file
.space (8192 * RT_CPUS_NR)
.el_stack_top:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册