This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 394de18316 netfilter/ip_tables.h: fix gcc14 error
new 6bad48e4c7 riscv_syscall.S: Remove duplicated code
new a5574d9485 risc-v_percpu: Add TCB to the per CPU structure
new e6973c764c riscv/syscall: Optimize user service call performance
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/risc-v/include/irq.h | 30 ----
arch/risc-v/include/syscall.h | 9 -
arch/risc-v/src/common/riscv_exception_common.S | 81 +++++++--
arch/risc-v/src/common/riscv_fork.c | 23 ---
arch/risc-v/src/common/riscv_internal.h | 10 --
arch/risc-v/src/common/riscv_percpu.c | 38 +++++
arch/risc-v/src/common/riscv_percpu.h | 37 +++-
arch/risc-v/src/common/riscv_swint.c | 196 +++++++---------------
arch/risc-v/src/common/supervisor/riscv_syscall.S | 48 +-----
9 files changed, 199 insertions(+), 273 deletions(-)