WIP: Bring SMP support #11
@@ -51,7 +51,7 @@ XTSTATUS
|
|||||||
HlStartProcessor(IN ULONG CpuId,
|
HlStartProcessor(IN ULONG CpuId,
|
||||||
IN PHYSICAL_ADDRESS EntryPoint)
|
IN PHYSICAL_ADDRESS EntryPoint)
|
||||||
{
|
{
|
||||||
ULONG Attempt;
|
UCHAR Attempt;
|
||||||
|
|
||||||
/* Wait until command register is clear */
|
/* Wait until command register is clear */
|
||||||
while((HlReadApicRegister(APIC_ICR0) & APIC_DELIVERY_PENDING) != 0);
|
while((HlReadApicRegister(APIC_ICR0) & APIC_DELIVERY_PENDING) != 0);
|
||||||
|
新增問題並參考
封鎖使用者