From 68b55b3596178fde4b5ee98f037cb40ef7602f79 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 15 Sep 2025 00:31:48 -0400 Subject: os/amd64: Make MMU header standard per arch Lunos's virtual memory system is split into two parts, the machine dependent MMU layer and the machine independent layer. The MMU side exposes a standard bridge header that allows the MI layer to interface with the MD layer. Signed-off-by: Ian Moffett --- src/sys/vm/vm_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/vm/vm_init.c') diff --git a/src/sys/vm/vm_init.c b/src/sys/vm/vm_init.c index 1d1f733..2d0c507 100644 --- a/src/sys/vm/vm_init.c +++ b/src/sys/vm/vm_init.c @@ -31,8 +31,8 @@ #include #include #include +#include #include -#include /* standard */ /* os_kalloc.c */ -- cgit v1.2.3