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:
parent
34709c8d39
commit
4a4a3193f8
8 changed files with 28 additions and 34 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <Kernel/Arch/aarch64/Registers.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace Kernel::Aarch64::Asm {
|
||||
|
||||
inline void set_ttbr1_el1(FlatPtr ttbr1_el1)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue