diff options
Diffstat (limited to 'vm/vm_setup.c')
-rw-r--r-- | vm/vm_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm_setup.c b/vm/vm_setup.c index cca7ada6..72a7db4b 100644 --- a/vm/vm_setup.c +++ b/vm/vm_setup.c @@ -16,6 +16,7 @@ */ #include <kern/kmem.h> +#include <machine/pmap.h> #include <vm/vm_map.h> #include <vm/vm_kmem.h> #include <vm/vm_phys.h> @@ -28,4 +29,5 @@ vm_setup(void) vm_phys_setup(); kmem_setup(); vm_map_setup(); + pmap_setup(); } |