nuttx/arch/arm64
zhangyuan21 548424713b arch/arm64: Each core initializes its own idle stack in SMP
When the MMU/MPU of core0 is enabled while those of other cores are not,
it is unsafe to operate the idle stack simultaneously. The idle stack
of other cores will be flushed by the contents in the cache of core0,
therefore it is necessary to initialize the idle stack and let each
core handle it on its own.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-05-19 17:41:48 +08:00
..
include arm64: ARMv8-r(Cortex-R82) support( add FVP platform ) 2023-03-02 13:33:15 +08:00
src arch/arm64: Each core initializes its own idle stack in SMP 2023-05-19 17:41:48 +08:00
Kconfig arch/arm64/Kconfig: Fix help attribute 2023-05-10 22:51:11 +08:00