2 attempts only

This commit is contained in:
Aiken Harris 2024-07-30 15:21:31 +02:00
parent 188e4e7a3d
commit 6fea2fa1e5

View File

@ -51,7 +51,7 @@ XTSTATUS
HlStartProcessor(IN ULONG CpuId,
IN PHYSICAL_ADDRESS EntryPoint)
{
ULONG Attempt;
UCHAR Attempt;
/* Wait until command register is clear */
while((HlReadApicRegister(APIC_ICR0) & APIC_DELIVERY_PENDING) != 0);