mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
In SMP mode, qemu/goldfish platform, cpu0 use up_cpu_start() to start others cpus. But in previous patch(mathion ahead), arm_gic_initialize() will wait others cpus start, so deadlocked! Resolve: Move the wait logic when use using sgi Signed-off-by: ligd <liguiding1@xiaomi.com>