1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace

This commit is contained in:
James Mintram 2021-11-21 01:09:38 +00:00 committed by Brian Gianforcaro
parent 34709c8d39
commit 4a4a3193f8
8 changed files with 28 additions and 34 deletions

View file

@ -8,7 +8,7 @@
#include <Kernel/Arch/aarch64/Registers.h>
namespace Kernel {
namespace Kernel::Aarch64::Asm {
inline void set_ttbr1_el1(FlatPtr ttbr1_el1)
{