diff options
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r-- | vm/vm_map.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h index b3f25f3c..f739697a 100644 --- a/vm/vm_map.h +++ b/vm/vm_map.h @@ -115,14 +115,6 @@ int vm_map_enter(struct vm_map *map, struct vm_object *object, uint64_t offset, void vm_map_remove(struct vm_map *map, unsigned long start, unsigned long end); /* - * Early initialization of the vm_map module. - * - * This function creates the kernel map and the kentry cache, making it - * possible to map kernel memory. - */ -void vm_map_bootstrap(void); - -/* * Set up the vm_map module. */ void vm_map_setup(void); |