Mark the BSP as being awake. This supresses the message

that not all usable CPUs could be woken up...
This commit is contained in:
marcel 2009-02-10 20:29:57 +00:00
parent b3c91fe7cc
commit 59864a1e04

View File

@ -267,7 +267,8 @@ cpu_mp_start()
if (!ap_awake)
printf("SMP: WARNING: cpu%d did not wake up\n",
pc->pc_cpuid);
}
} else
pc->pc_awake = 1;
}
}