diff options
Diffstat (limited to 'i386/i386at/ioapic.c')
-rw-r--r-- | i386/i386at/ioapic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c index 30ae30e1..4d0f4fca 100644 --- a/i386/i386at/ioapic.c +++ b/i386/i386at/ioapic.c @@ -262,6 +262,8 @@ ioapic_irq_eoi(int pin) entry.both = ioapic_read_entry(apic, pin); ioapic->eoi.r = entry.both.vector; } + + lapic_eoi (); } void |