diff options
Diffstat (limited to 'vm/vm_setup.c')
-rw-r--r-- | vm/vm_setup.c | 1 |
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(); } |