1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:27:43 +00:00

Interrupts: Remove irrelevant FIXME comment

This commit is contained in:
Liav A 2020-04-09 20:56:41 +03:00 committed by Andreas Kling
parent 64536f19f0
commit 6b38befd91

View file

@ -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();
}