This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 3f4151525d Fix Kconfig style
     new 7410f4a6b8 Revert "riscv/lazyfpu: Add option to disable lazy FPU"
     new 0124533cc3 Revert "riscv/addrenv: Move addrenv_switch() to correct 
place after FPU change"
     new 103b7097b6 Revert "sched/assert: Store table for all registers instead 
of buffer"
     new 9d84d79b29 Revert "riscv/saveusercontext: Fix FPU state save"
     new 2c6ad5c2bf Revert "riscv/fpu: Restore correct lazy-FPU functionality"
     new c5641b0252 Revert "riscv/swint: Give the full tcb to the context 
switch routine"

The 6 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/Kconfig                                       |  35 ------
 arch/risc-v/Kconfig                                |   5 -
 arch/risc-v/include/irq.h                          |  88 +++++++---------
 arch/risc-v/src/common/riscv_doirq.c               |  18 +++-
 arch/risc-v/src/common/riscv_exception_common.S    |   4 +
 arch/risc-v/src/common/riscv_exit.c                |   2 +-
 arch/risc-v/src/common/riscv_fpu.S                 | 117 +++------------------
 arch/risc-v/src/common/riscv_internal.h            |  68 ++----------
 arch/risc-v/src/common/riscv_macros.S              |  30 ++++++
 arch/risc-v/src/common/riscv_saveusercontext.S     |   5 +-
 arch/risc-v/src/common/riscv_sigdeliver.c          |   4 +-
 arch/risc-v/src/common/riscv_swint.c               |  21 ++--
 arch/risc-v/src/common/riscv_switchcontext.c       |   6 +-
 arch/risc-v/src/common/riscv_vfork.c               |  28 +++--
 arch/risc-v/src/common/riscv_vfork.h               |   1 -
 .../src/common/supervisor/riscv_perform_syscall.c  |  13 +++
 arch/risc-v/src/common/supervisor/riscv_syscall.S  |   4 +
 sched/misc/assert.c                                |   2 +-
 18 files changed, 154 insertions(+), 297 deletions(-)

Reply via email to