From ddc4fbc15223e362896a9f42beca73f05f48e664 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 18 Sep 2025 13:52:58 -0400 Subject: move usermode-critical info to include/api --- arch/x86_64/memory/message.c | 8 -------- arch/x86_64/memory/page-mapping.c | 2 +- arch/x86_64/memory/pml4.c | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 arch/x86_64/memory/message.c (limited to 'arch/x86_64/memory') diff --git a/arch/x86_64/memory/message.c b/arch/x86_64/memory/message.c deleted file mode 100644 index d5bedb7..0000000 --- a/arch/x86_64/memory/message.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include -#include -#include -#include "arch/x86_64/page.h" -#include "arch/x86_64/page-mapping.h" -#include "print.h" - diff --git a/arch/x86_64/memory/page-mapping.c b/arch/x86_64/memory/page-mapping.c index bbf210a..58cf8fe 100644 --- a/arch/x86_64/memory/page-mapping.c +++ b/arch/x86_64/memory/page-mapping.c @@ -1,7 +1,7 @@ #include "arch/x86_64/page-mapping.h" #include "arch/x86_64/page.h" #include "memory.h" -#include "error.h" +#include "api/error.h" #include #include "print.h" diff --git a/arch/x86_64/memory/pml4.c b/arch/x86_64/memory/pml4.c index b22bcfb..d5fb56b 100644 --- a/arch/x86_64/memory/pml4.c +++ b/arch/x86_64/memory/pml4.c @@ -7,7 +7,7 @@ #include "init.h" #include "string.h" #include "jove.h" -#include "error.h" +#include "api/error.h" #include #define IDENTITY_BASE 0xFFFF800000000000 -- cgit v1.2.1