Fix debugger's CPU halting
This commit is contained in:
parent
1fdc2fd933
commit
069e7b44b7
@ -24,6 +24,10 @@ void
|
||||
Debug_HaltCPUs()
|
||||
{
|
||||
debugCmd = 0;
|
||||
|
||||
if (MP_GetCPUs() == 1)
|
||||
return;
|
||||
|
||||
LAPIC_BroadcastNMI(T_DEBUGIPI);
|
||||
|
||||
// Wait for processors to enter
|
||||
|
@ -112,6 +112,7 @@ MP_Init()
|
||||
|
||||
lastCPU = i;
|
||||
}
|
||||
lastCPU++;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user