1
Fork 0
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:
James Mintram 2022-04-02 23:45:04 +01:00 committed by Brian Gianforcaro
parent 83e8dfae38
commit 026efae8a8
2 changed files with 33 additions and 0 deletions

View 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)