summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index f4e9395d..17de5db4 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -53,6 +53,8 @@
#include <kern/lock.h>
#include <kern/macro_help.h>
+#define KENTRY_DATA_SIZE (32*PAGE_SIZE)
+
/*
* Types defined:
*