nuttx/sched
hujun5 1bf4198556 irq: remove g_cpu_nestcount in restore_critical_section
because 'g_cpu_nestcount[me] > 0' will never happen, in this place

test:
We can use qemu for testing.
compiling
make distclean -j20; ./tools/configure.sh -l qemu-armv8a:nsh_smp ;make -j20
running
qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-07-02 03:02:32 +08:00
..
addrenv
clock
environ sched/tcb: use shared group for kthreads 2024-06-23 22:24:19 +08:00
group sched/tls: drop ta_argv and g_idleargv 2024-06-23 22:24:19 +08:00
init sched/tcb: fix 12320 regression 2024-06-26 00:20:26 +08:00
instrument
irq irq: remove g_cpu_nestcount in restore_critical_section 2024-07-02 03:02:32 +08:00
misc arch/x86_64: add support for XSAVE/XRSTOR 2024-07-01 13:27:33 +08:00
module
mqueue sched/mqueue: move message queue buffer to bss 2024-06-04 14:26:55 +08:00
paging
pthread sched/pthread: simplify pthread_create() branch logic 2024-06-07 01:32:42 +08:00
sched files: add files_dumplist api, replace dumponexit implementation 2024-06-30 17:30:42 +08:00
semaphore sched:remove g_cpu_schedlock g_cpu_irqsetlock g_cpu_locksetlock 2024-06-21 11:11:07 +09:00
signal sched/signal: There is no need to use sched_[un]lock 2024-06-27 11:51:16 +08:00
task sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
timer
tls sched/tls: add nxsched_get_stackargs 2024-06-23 22:24:19 +08:00
wdog
wqueue Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00
CMakeLists.txt
Kconfig sched/signal: reclaim dynamic sigactions 2024-06-21 22:45:52 +08:00
Makefile