nuttx/arch/ceva/include
zhangyu117 9b9d87b69c arch/atomic: remove up_testset in spinlock
Remove the per-arch testset implementation from the spinlock layer.

The testset abstraction predates the unified spinlock.h API and is no
longer used now that all arches provide spin_lock_irqsave()/
spin_unlock_irqrestore() directly.  Drop the per-arch *_testset.{c,S}
implementations and spinlock.h files for arm, sim, sparc, tricore,
x86_64, and xtensa, along with the CXD56_TESTSET,
CXD56_TESTSET_WITH_HWSEM, and CXD56_ATOMIC_WITH_HWSEM Kconfig options
in arch/arm/src/cxd56xx, and simplify the CXD56 semaphore pool loop
in cxd56_sph.c to a single unconditional range.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-09-08 08:58:54 +08:00
..
xc5 arch/atomic: remove up_testset in spinlock 2026-09-08 08:58:54 +08:00
xm6 arch/atomic: remove up_testset in spinlock 2026-09-08 08:58:54 +08:00
.gitignore
arch.h arch/atomic: remove up_testset in spinlock 2026-09-08 08:58:54 +08:00
barriers.h barrier: add UP_RMB UP_WMB 2025-12-22 10:22:06 -03:00
inttypes.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
irq.h arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
limits.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
math.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
stdarg.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
syscall.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
types.h arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00