diff --git a/src/arch/x86_64/device/mod.rs b/src/arch/x86_64/device/mod.rs
index 656d2b252514fac215c1b5b55804e8e2002cb1c7..0c3f4dec6ab5c99e9d1d21f6db070355be51bdae 100644
--- a/src/arch/x86_64/device/mod.rs
+++ b/src/arch/x86_64/device/mod.rs
@@ -16,7 +16,7 @@ pub unsafe fn init(active_table: &mut ActivePageTable) {
 }
 pub unsafe fn init_after_acpi(active_table: &mut ActivePageTable)  {
     // this will disable the IOAPIC if needed.
-    ioapic::init(active_table);
+    //ioapic::init(active_table);
 }
 
 #[cfg(feature = "acpi")]