Use NHWI instead of APIC_IMEN_BITS.
This commit is contained in:
parent
358431e5bf
commit
c246122199
@ -466,7 +466,7 @@ imen_dump(void)
|
||||
int x;
|
||||
|
||||
printf("SMP: enabled INTs: ");
|
||||
for (x = 0; x < APIC_IMEN_BITS; ++x)
|
||||
for (x = 0; x < NHWI; ++x)
|
||||
if ((apic_imen & (1 << x)) == 0)
|
||||
printf("%d, ", x);
|
||||
printf("apic_imen: 0x%08x\n", apic_imen);
|
||||
|
Loading…
x
Reference in New Issue
Block a user