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 aa0b3fcdf9 lib/memfd: shm_unlink or unlink anonymous file
     new dfa0283d83 spinlock: Rename spin_islocked to spin_is_locked
     new c775ee1002 spinlock: Add spin_lock_init macro like Linux

The 2 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/armv7-a/arm_cpupause.c       |  8 ++++----
 arch/arm/src/armv7-r/arm_cpupause.c       |  8 ++++----
 arch/arm/src/cxd56xx/cxd56_cpupause.c     |  8 ++++----
 arch/arm/src/lc823450/lc823450_cpupause.c |  8 ++++----
 arch/arm/src/rp2040/rp2040_cpupause.c     |  8 ++++----
 arch/arm/src/sam34/sam4cm_cpupause.c      | 10 +++++-----
 arch/arm64/src/common/arm64_cpupause.c    |  8 ++++----
 arch/risc-v/src/common/riscv_cpupause.c   |  8 ++++----
 arch/sim/src/sim/sim_smpsignal.c          | 10 +++++-----
 arch/sparc/src/s698pm/s698pm_cpupause.c   |  8 ++++----
 arch/xtensa/src/common/xtensa_cpupause.c  |  8 ++++----
 include/nuttx/spinlock.h                  | 24 +++++++++++++++++++++---
 libs/libc/pthread/pthread_spinlock.c      |  4 ++--
 sched/irq/irq_csection.c                  | 12 ++++++------
 sched/sched/sched.h                       |  2 +-
 sched/sched/sched_lock.c                  |  2 +-
 sched/sched/sched_unlock.c                |  2 +-
 17 files changed, 78 insertions(+), 60 deletions(-)

Reply via email to