Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 27 → Rev 28

/SPARTAN/trunk/arch/ia32/src/smp/mp.c
494,7 → 494,7
continue;
 
if (pr[i].l_apic_id == l_apic_id()) {
printf("%X: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i);
printf("%L: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i);
continue;
}