From fc0d49a3eda8b89497d1f2908b29b5476019a818 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sun, 29 Jan 2023 23:45:38 +0100 Subject: i386: Add AP variants of descriptor tables --- i386/i386at/ioapic.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'i386/i386at/ioapic.c') 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 @@ -233,12 +233,6 @@ ioapic_toggle(int pin, int mask) ioapic_toggle_entry(apic, pin, mask); } -void -lapic_eoi(void) -{ - lapic->eoi.r = 0; -} - void ioapic_irq_eoi(int pin) { -- cgit v1.2.3