Kernel: Remove outdated FIXME in the DeviceManagement code

This commit is contained in:
Liav A 2023-01-13 15:15:44 +02:00 committed by Jelle Raaijmakers
parent 3f99a8734e
commit 6f9b84a64a
Notes: sideshowbarker 2024-07-17 03:10:07 +09:00

View File

@ -73,7 +73,6 @@ private:
LockRefPtr<NullDevice> m_null_device;
LockRefPtr<ConsoleDevice> m_console_device;
LockRefPtr<DeviceControlDevice> m_device_control_device;
// FIXME: Once we have a singleton for managing many sound cards, remove this from here
SpinlockProtected<HashMap<u64, Device*>, LockRank::None> m_devices {};
mutable Spinlock<LockRank::None> m_event_queue_lock {};