nuttx/arch
hujun5 78d05ff811 arm64: remove busy wait flag
Replace CONFIG_ARM64_SMP_BUSY_WAIT_FLAG_ADDR with global variable g_smp_busy_wait_flag for
SMP CPU synchronization. This improves flexibility over fixed memory addresses and aligns
with standard kernel variable patterns for multi-core startup.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-26 16:27:19 +08:00
..
arm arch/arm/nrf{52|53|91}: fix timer timeout value (overflow issue) 2026-01-26 10:55:28 +08:00
arm64 arm64: remove busy wait flag 2026-01-26 16:27:19 +08:00
avr build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
ceva arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
dummy
hc arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
mips build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
misoc build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
or1k build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
renesas arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
risc-v build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
sim arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
sparc arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
tricore arch/tricore: add NMI trap handler (weak) 2026-01-24 23:32:03 +08:00
x86 arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
x86_64 build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
xtensa build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
z16 arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
z80 arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
CMakeLists.txt
Kconfig arch: fix cmake error 2026-01-21 14:38:36 +08:00