diff --git a/Kernel/init.cpp b/Kernel/init.cpp index 33407c7ecd..0d268db2f8 100644 --- a/Kernel/init.cpp +++ b/Kernel/init.cpp @@ -475,10 +475,7 @@ void setup_interrupts() return; } if (smp == "on") { - ASSERT_NOT_REACHED(); // FIXME: The IOAPIC mode is not stable yet so we can't use it now. InterruptManagement::the().switch_to_ioapic_mode(); - APIC::init(); - APIC::enable_bsp(); return; }