Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 614 → Rev 615

/kernel/trunk/arch/ia32/src/smp/mps.c
322,7 → 322,7
static int io_apic_count = 0;
 
/* this ioapic is marked unusable */
if (ioa->io_apic_flags & 1 == 0)
if ((ioa->io_apic_flags & 1) == 0)
return;
if (io_apic_count++ > 0) {