Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1666 → Rev 1667

/kernel/trunk/arch/ia32/src/smp/apic.c
171,7 → 171,9
*/
void apic_spurious(int n, istate_t *istate)
{
#ifdef CONFIG_DEBUG
printf("cpu%d: APIC spurious interrupt\n", CPU->id);
#endif
}
 
/** Poll for APIC errors.