ladybird/Kernel/Bus
Liav A 8e55c4bfaf Kernel/PCI: Remove InterruptDisabler usage
Instead, just ensure we pick the m_access_lock and then m_scan_lock when
doing a scan/re-scan of the PCI configuration space so we know nobody
can actually access the PCI configuration space during the scan.

The m_scan_lock is now a Spinlock, to ensure we cannot yield to other
process while we do the PCI configuration space scanning.
2021-10-23 19:17:44 +02:00
..
PCI Kernel/PCI: Remove InterruptDisabler usage 2021-10-23 19:17:44 +02:00
USB Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00
VirtIO Kernel: Fix copy paste in VirtIO::RNG::class_name() 2021-10-03 13:36:10 +02:00