From 6b38befd917eda29f9437950c3d5fafdfa6db866 Mon Sep 17 00:00:00 2001 From: Liav A Date: Thu, 9 Apr 2020 20:56:41 +0300 Subject: [PATCH] Interrupts: Remove irrelevant FIXME comment --- Kernel/Interrupts/InterruptManagement.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Interrupts/InterruptManagement.cpp b/Kernel/Interrupts/InterruptManagement.cpp index 6d4adefb8c..3ce8bf7e9a 100644 --- a/Kernel/Interrupts/InterruptManagement.cpp +++ b/Kernel/Interrupts/InterruptManagement.cpp @@ -147,7 +147,6 @@ InterruptManagement::InterruptManagement() return; } - // FIXME: Check what is the actual data size then map accordingly dbg() << "Interrupts: MADT @ P " << m_madt.as_ptr(); locate_apic_data(); }