333,335d332
< case APIC_EOI:
< panic("Local APIC EOI register unimplemented.\n");
< break;
394,395c391,394
< panic("Local APIC EOI register unimplemented.\n");
< break;
---
> // Remove the interrupt that just completed from the local apic state.
> clearRegArrayBit(APIC_IN_SERVICE_BASE, ISRV);
> updateISRV();
> return;