---
 i386/i386at/ioapic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c
index 85359664..465a9f3b 100644
--- a/i386/i386at/ioapic.c
+++ b/i386/i386at/ioapic.c
@@ -304,6 +304,7 @@ lapic_tmr_bit(uint8_t vec)
 void
 ioapic_irq_eoi(int pin)
 {
+    /* FIXME: multiple ioapics (not always zero) */
     int apic = 0;
     union ioapic_route_entry_union oldentry, entry;
 
-- 
2.45.2



Reply via email to