summaryrefslogtreecommitdiff
path: root/src/sys/include/vm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/vm/mmu.h')
-rw-r--r--src/sys/include/vm/mmu.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/sys/include/vm/mmu.h b/src/sys/include/vm/mmu.h
index 0edd0bc..6749254 100644
--- a/src/sys/include/vm/mmu.h
+++ b/src/sys/include/vm/mmu.h
@@ -38,6 +38,7 @@
#include <sys/cpuvar.h>
#include <sys/mman.h>
#include <sys/param.h>
+#include <machine/vas.h> /* standard */
#include <vm/vm.h>
/*
@@ -61,15 +62,6 @@ struct mmu_map {
};
/*
- * Represents the current virtual address
- *
- * @cr3: The value of CR3 for this VAS
- */
-struct vm_vas {
- paddr_t cr3;
-};
-
-/*
* Global early kernel VAS structure used in the
* creation of new virtual address spaces.
*/