You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hart parking and add spinlock synchronization during boot for SMP
Remove the old logic that parks all secondary harts in WFI, which
caused them to hang indefinitely. Instead, all harts proceed with boot.
To ensure proper initialization sequence, hart 0 performs hardware
setup, heap initialization, and task creation. Other harts spin-wait on
a spinlock-protected flag until hart 0 finishes initialization before
starting task dispatch.
0 commit comments