This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ba5ee1929c sim: add link option /LARGEADDRESSAWARE:NO for windows64
new e9f96105dd risc-v/syscall: Simplify dispatch_syscall for RISC-V
new 190a2e306c riscv/syscall: Simplify task/pthread_start logic
new 0976258299 riscv/kstack: Remove riscv_current_ksp as obsolete
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 | 3 +
arch/risc-v/include/syscall.h | 26 +---
arch/risc-v/src/common/CMakeLists.txt | 2 +-
arch/risc-v/src/common/Make.defs | 2 +-
arch/risc-v/src/common/riscv_exception_common.S | 40 +++++-
arch/risc-v/src/common/riscv_initialstate.c | 4 +
arch/risc-v/src/common/riscv_internal.h | 4 +
arch/risc-v/src/common/riscv_ksp.c | 38 ------
arch/risc-v/src/common/riscv_pthread_start.c | 24 +++-
arch/risc-v/src/common/riscv_swint.c | 156 ++----------------------
arch/risc-v/src/common/riscv_task_start.c | 30 ++++-
11 files changed, 111 insertions(+), 218 deletions(-)
delete mode 100644 arch/risc-v/src/common/riscv_ksp.c