diff options
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/ioapic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/ioapic.c b/i386/i386at/ioapic.c index 270362c3..2553a2c9 100644 --- a/i386/i386at/ioapic.c +++ b/i386/i386at/ioapic.c @@ -458,5 +458,6 @@ ioapic_configure(void) } /* Start the IO APIC receiving interrupts */ + lapic_setup(); lapic_enable(); } |