summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r--vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c
index 814a8760..1ff052fc 100644
--- a/vm/vm_map.c
+++ b/vm/vm_map.c
@@ -769,7 +769,7 @@ out:
map->size += request->size;
if ((map == kernel_map) && (pmap_klimit() < entry->end))
- pmap_growkernel(entry->end);
+ pmap_kgrow(entry->end);
return 0;
}