diff options
author | Richard Braun <rbraun@sceen.net> | 2012-12-01 15:44:30 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-12-01 15:44:30 +0100 |
commit | ab421c48f208fecd2bd42dd5ce8096c6c91dcd3b (patch) | |
tree | f0647b928620cb853ce65c2d286262e2dda5bdc1 /vm/vm_map.h | |
parent | cf06fbde7911c5380d9f145f55168cddb4f01bd4 (diff) |
vm/vm_map: merge vm_map_bootstrap into vm_map_setup
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); |