mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Kernel: Add PAGE_MASK to an aarch64 CPU header
This commit is contained in:
parent
83e8dfae38
commit
026efae8a8
2 changed files with 33 additions and 0 deletions
9
Kernel/Arch/aarch64/CPU.h
Normal file
9
Kernel/Arch/aarch64/CPU.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2018-2022, James Mintram <me@jamesrm.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PAGE_MASK (~(FlatPtr)0xfffu)
|
Loading…
Add table
Add a link
Reference in a new issue