diff options
Diffstat (limited to 'i386/i386at/ioapic.c')
-rw-r--r-- | i386/i386at/ioapic.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c index 3373aa71..c5eb3536 100644 --- a/i386/i386at/ioapic.c +++ b/i386/i386at/ioapic.c @@ -234,12 +234,6 @@ ioapic_toggle(int pin, int mask) } void -lapic_eoi(void) -{ - lapic->eoi.r = 0; -} - -void ioapic_irq_eoi(int pin) { int apic = 0; |