hujun5
1c5a0bf6cc
irq: add [enter|leave]_critical_section_nonirq
Configuring NuttX and compile:
$ ./tools/configure.sh -l qemu-armv8a:nsh_smp
$ make
Running with qemu
$ 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
reason:
In some non-irq scenarios, we can simplify
the implementation of critical sections to improve performance.
Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-09-08 17:50:51 +08:00
..
2024-03-26 17:32:11 +01:00
2024-03-26 17:32:11 +01:00
2021-01-05 02:40:43 -06:00
2024-06-04 14:26:55 +08:00
2022-06-12 00:34:05 +08:00
2022-10-22 12:58:11 +08:00
2022-06-12 00:34:05 +08:00
2022-06-11 14:51:09 +08:00
2023-08-03 03:10:56 -07:00
2024-09-08 17:50:51 +08:00
2022-10-22 12:58:11 +08:00
2023-08-03 03:10:56 -07:00
2021-01-05 02:40:43 -06:00
2024-08-25 19:22:15 +08:00
2024-09-08 17:50:51 +08:00
2024-09-08 17:50:51 +08:00
2022-11-22 22:59:08 +08:00
2023-05-21 09:52:08 -03:00
2024-03-26 17:32:11 +01:00
2022-10-22 12:58:11 +08:00
2022-10-22 12:58:11 +08:00
2024-04-11 22:19:34 +08:00
2022-11-22 22:59:08 +08:00
2022-11-22 22:59:08 +08:00