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 de10eecf..1f062757 100644
--- a/vm/vm_map.c
+++ b/vm/vm_map.c
@@ -170,7 +170,7 @@ vm_object_t vm_submap_object = &vm_submap_object_store;
*/
vm_offset_t kentry_data;
-vm_size_t kentry_data_size = 32 * PAGE_SIZE;
+vm_size_t kentry_data_size = KENTRY_DATA_SIZE;
static vm_offset_t kentry_pagealloc(vm_size_t size)
{