From 69477710c88420603f32e84511d9adc2923d0503 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Wed, 7 Feb 2024 05:02:11 +0000 Subject: separate lapic_enable from lapic_setup This initializes the lapic without turning on the IOAPIC interrupts during SMP init. Message-ID: <20240207050158.1640853-2-damien@zamaudio.com> --- i386/i386at/ioapic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'i386/i386at/ioapic.c') 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(); } -- cgit v1.2.3