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 *