nuttx/arch/risc-v
hujun5 3c32517b94 riscv: syscall SYS_switch_context and SYS_restore_context use 0 para
reason:
simplify context switch
sys_call0(SYS_switch_context)
sys_call0(SYS_restore_context)

size nuttx
before
   text    data     bss     dec     hex filename
 148021     921   26944  175886   2af0e nuttx

after
   text    data     bss     dec     hex filename
 147995     921   26928  175844   2aee4 nuttx

size reduce -42

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-02 14:44:37 +08:00
..
include riscv: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 14:44:37 +08:00
src riscv: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 14:44:37 +08:00
CMakeLists.txt cmake:init RISC-V cmake qemu-rv build 2023-10-26 21:01:46 +08:00
Kconfig risc-v and xtensa Kconfig : Remove LIBC_ARCH_ATOMIC 2024-11-13 15:30:53 +08:00