mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
Kernel: Move PAGE_MASK define to the shared CPU.h header
These are the same for both x86 and aarch64 for now. Also update some include paths to use the generic CPU.h header.
This commit is contained in:
parent
5cc190ad70
commit
a47271ebdc
6 changed files with 10 additions and 11 deletions
|
@ -5,8 +5,8 @@
|
|||
*/
|
||||
|
||||
#include <AK/Try.h>
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Arch/Delay.h>
|
||||
#include <Kernel/Arch/x86/CPU.h>
|
||||
#include <Kernel/Arch/x86/IO.h>
|
||||
#include <Kernel/Arch/x86/VGA/IOArbiter.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue