nuttx/sched/init
Jiuzhu Dong 198b85d233 sched/idle: disable sched when idle call nx_bringup
Because idle task will call mm_malloc to create some task
and will take sem of mm. But if smp enable, the sem of mm may be
taken by other cpu, so idle may be block because take this sem and crash.

Change-Id: I22f0233ef6c59a1b81607d4389e68f8646c89395
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-07-02 04:51:15 -05:00
..
init.h sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
nx_bringup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
nx_smpstart.c arch: adjust idle stack offset to reserve space of stack info 2021-06-09 13:30:13 -05:00
nx_start.c sched/idle: disable sched when idle call nx_bringup 2021-07-02 04:51:15 -05:00