summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-11-21 21:40:50 +0100
committerRichard Braun <rbraun@sceen.net>2012-11-21 21:40:50 +0100
commit631c17364216d2152fc35de6f8f6c2853cb9bf04 (patch)
treea0972b61805d5ee2a0ce03da5f20e3c866871354 /vm/vm_map.h
parent41e43a50dfb5dc4c06ead45033f32ef29d6a39eb (diff)
vm/vm_map: make vm_map_init static
There is actually no need for this function to be global.
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index 9759ff4..b3f25f3 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -115,12 +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);
/*
- * Initialize a VM map.
- */
-void vm_map_init(struct vm_map *map, struct pmap *pmap, 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