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 1eca39eacc tools/[Rust|D]: Fix build break for RISC-V
new fb0e46660a spinlock: fix typo of sched_note_spinlock_unlock()
new 3374e82c4c spinlock: inline no trace implement to remove duplicate
logic
new 500ebd6498 spinlock: fix unused parameter
new 555dab3da3 spinlock: inline irqsaved spinlock
new 0801adb08f spinlock: compile spinlock only if CONFIG_SPINLOCK is
enabled
new 4ef3eeb305 arch/x86_64: fix build break if disable CONFIG_SPINLOCK
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/x86_64/src/intel64/intel64_cpu.c | 16 +-
arch/x86_64/src/intel64/intel64_irq.c | 10 +-
include/nuttx/spinlock.h | 330 ++++++++++++++++++++--------------
sched/irq/irq_spinlock.c | 164 +----------------
4 files changed, 212 insertions(+), 308 deletions(-)