summaryrefslogtreecommitdiff
path: root/vm/vm_setup.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-12-01 15:44:30 +0100
committerRichard Braun <rbraun@sceen.net>2012-12-01 15:44:30 +0100
commitab421c48f208fecd2bd42dd5ce8096c6c91dcd3b (patch)
treef0647b928620cb853ce65c2d286262e2dda5bdc1 /vm/vm_setup.c
parentcf06fbde7911c5380d9f145f55168cddb4f01bd4 (diff)
vm/vm_map: merge vm_map_bootstrap into vm_map_setup
Diffstat (limited to 'vm/vm_setup.c')
-rw-r--r--vm/vm_setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/vm_setup.c b/vm/vm_setup.c
index fa8c8139..cca7ada6 100644
--- a/vm/vm_setup.c
+++ b/vm/vm_setup.c
@@ -27,6 +27,5 @@ vm_setup(void)
vm_kmem_setup();
vm_phys_setup();
kmem_setup();
- vm_map_bootstrap();
vm_map_setup();
}