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

raiden00 pushed a change to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from c48f158e66 arm_gicv2.c: fix armv7a compile error
     new 2f4c067c50 fix compile error:
     new 1fb4f8f50e arch: change nxsched_suspend/resume_scheduler() called 
position
     new a9df7f0d1e xtesa: fix lost save & restore states caused by merge code
     new 542e46319c xtensa: g_current_regs is only used to determine if we are 
in irq, with other functionalities removed.
     new bb8eb9398d armv7-m/irq: fix the greenhills compiler compile error

The 5 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/arm/src/arm/arm_doirq.c                   |   5 +
 arch/arm/src/armv6-m/arm_doirq.c               |   5 +
 arch/arm/src/armv7-a/arm_doirq.c               |   5 +
 arch/arm/src/armv7-a/arm_syscall.c             |  10 +-
 arch/arm/src/armv7-m/arm_doirq.c               |   5 +
 arch/arm/src/armv7-r/arm_doirq.c               |   5 +
 arch/arm/src/armv7-r/arm_syscall.c             |   8 +-
 arch/arm/src/armv8-m/arm_doirq.c               |   5 +
 arch/arm/src/armv8-r/arm_doirq.c               |   8 +-
 arch/arm/src/armv8-r/arm_syscall.c             |   8 +-
 arch/arm/src/common/arm_switchcontext.c        |  19 +-
 arch/arm64/src/common/arm64_doirq.c            |   5 +
 arch/arm64/src/common/arm64_switchcontext.c    |  19 +-
 arch/arm64/src/common/arm64_syscall.c          |  10 +-
 arch/ceva/src/common/ceva_doirq.c              |   5 +
 arch/ceva/src/common/ceva_switchcontext.c      |  12 -
 arch/risc-v/src/common/riscv_doirq.c           |   5 +
 arch/risc-v/src/common/riscv_switchcontext.c   |  12 -
 arch/x86/src/qemu/qemu_handlers.c              |   5 +
 arch/x86_64/src/common/x86_64_switchcontext.c  |  21 +-
 arch/x86_64/src/intel64/intel64_handlers.c     |   5 +
 arch/xtensa/src/common/xtensa.h                |   7 -
 arch/xtensa/src/common/xtensa_cpupause.c       |  16 +-
 arch/xtensa/src/common/xtensa_irqdispatch.c    |  27 +-
 arch/xtensa/src/common/xtensa_schedsigaction.c | 327 ++-----------------------
 arch/xtensa/src/common/xtensa_swint.c          |  19 +-
 arch/xtensa/src/common/xtensa_switchcontext.c  |  31 +--
 include/nuttx/compiler.h                       |   1 +
 28 files changed, 160 insertions(+), 450 deletions(-)

Reply via email to