nuttx/sched/misc
fangxinyong 7b05a550dc sched: replace up_cpu_index with this_cpu
Make this_cpu is arch independent and up_cpu_index do that.
In AMP mode, up_cpu_index() may return the index of the physical core.

Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
2024-09-05 12:09:24 +08:00
..
assert.c sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
CMakeLists.txt fix nxstyle 2024-05-11 01:19:06 +08:00
coredump.c coredump: refine coredump info analyse 2024-08-18 19:34:36 +08:00
deadlock.c sched/misc: optimize collect_deadlock implementation 2023-09-07 00:50:30 +08:00
Make.defs sched: Move dump.c to sched_dumponexit.c 2024-04-19 08:39:10 +08:00
panic_notifier.c
reboot_notifier.c