// for all external interrupts except the spurious interrupt
// this is required by Intel Manual Vol.3A, section 10.8.1 & 10.8.5
if (param->vector >= EX_INTERRUPT_BEGIN && param->vector != APIC_SPIV_IV) {
apic_done_servicing();
}
// for all external interrupts except the spurious interrupt
// this is required by Intel Manual Vol.3A, section 10.8.1 & 10.8.5
if (param->vector >= EX_INTERRUPT_BEGIN && param->vector != APIC_SPIV_IV) {
apic_done_servicing();
}