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
arch/x86/smp: remove MONITOR/MWAIT loop for TXT AP bringup
This is no longer necessary, since AP loops on cpu_state and CPU
index is passed as argument.
In addition, move TXT JOIN structure to static data. There is no
guarantee that it would be consumed before it is overwritten on BSP
stack.
Signed-off-by: Krystian Hebel <[email protected]>
0 commit comments