nuttx/arch/sim
ligd dcea2afd7e mm: fix memory corruption when loop create/exit thread in SMP mode
Root casue:
when do thread exit, need add free stack operation to mm_delaylist,
but in SMP mode, CPU0 thread1 exit, at this time, CPU1 call malloc
and free mm_delaylist.

Fix:
Divide mm_delaylist for per CPU in SMP mode.

Change-Id: Ibf7d04614ea2f99fb5b506356b7346a0d94f0590
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-07-01 18:26:20 +08:00
..
include arch: Rename xxx_getsp to up_getsp 2021-06-11 11:37:19 +08:00
src mm: fix memory corruption when loop create/exit thread in SMP mode 2021-07-01 18:26:20 +08:00
Kconfig arch/sim: remove BT uart implement 2021-06-03 18:32:49 +08:00