mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
Kernel: Move Arch/x86/Spinlock.h and add stubs for aarch64
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.
This commit is contained in:
parent
0d6d4508df
commit
9abcb6700c
6 changed files with 103 additions and 177 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Arch/x86/Spinlock.h>
|
||||
#include <Kernel/Arch/Spinlock.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue