summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/ioapic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c
index d0724f76..abeab3ab 100644
--- a/i386/i386at/ioapic.c
+++ b/i386/i386at/ioapic.c
@@ -293,6 +293,7 @@ ioapic_toggle(int pin, int mask)
void
ioapic_irq_eoi(int pin)
{
+ /* FIXME: multiple ioapics (not always zero) */
int apic = 0;
union ioapic_route_entry_union oldentry, entry;