Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-03 | Kernel: Move Arch/x86/Spinlock.h and add stubs for aarch64 | Timon Kruiper | |
The code in Spinlock.h has no architectural specific logic, thus can be moved to the Arch directory. This contains no functional change. Also add the Spinlock.cpp file for aarch64 which contains stubs for the lock and unlock functions. | |||
2021-10-15 | Kernel: Move spinlock into Arch | James Mintram | |
Spinlocks are tied to the platform they are built for, this is why they have been moved into the Arch folder. They are still available via "Locking/Spinlock.h" An Aarch64 stub has been created |