1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

Kernel: Remove PAGE_SIZE from CPU.h

We have that information in LibC, lets use that instead
This commit is contained in:
Hendiadyoin1 2021-06-22 17:16:38 +02:00 committed by Andreas Kling
parent 7ca3d413f7
commit 553ea3036d
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,7 @@
#include <AK/Types.h>
#include <Kernel/Debug.h>
#include <LibC/limits.h>
#define KMALLOC_SCRUB_BYTE 0xbb
#define KFREE_SCRUB_BYTE 0xaa