Kernel: Make ATABus use BAN::Atomic<> instead of gcc builtin atomics
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Kernel
|
||||
const uint16_t m_ctrl;
|
||||
Mutex m_mutex;
|
||||
|
||||
volatile bool m_has_got_irq { false };
|
||||
BAN::Atomic<bool> m_has_got_irq { false };
|
||||
|
||||
// Non-owning pointers
|
||||
BAN::Vector<ATADevice*> m_devices;
|
||||
|
||||
Reference in New Issue
Block a user