From 37fc085646a489cd4b8761e82d443b9c9a60a5da Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 22 Apr 2026 23:22:23 -0400 Subject: [PATCH] sp1: mmu: Clean up header Signed-off-by: Ian Moffett --- usr/src/sp1/head/mu/mmu.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usr/src/sp1/head/mu/mmu.h b/usr/src/sp1/head/mu/mmu.h index cdfe246..bad2a49 100644 --- a/usr/src/sp1/head/mu/mmu.h +++ b/usr/src/sp1/head/mu/mmu.h @@ -15,6 +15,13 @@ #include #include +/* + * Each running SP1 process is to have a virtual fuck region + * which logically isolates their address space with the help + * of the platform memory management unit. + */ +#include /* shared; virtual fuck region~ */ + /* * Represents valid page sizes that can be used when * creating mappings @@ -25,13 +32,6 @@ typedef enum { PAGESIZE_1G } pagesize_t; -/* - * Each running SP1 process is to have a virtual fuck region - * which logically isolates their address space with the help - * of the platform memory management unit. - */ -#include /* shared; virtual fuck region~ */ - /* * Obtain the current VFR in-use *