aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorStephane E. Potvin <sepotvin@FreeBSD.org>2007-04-21 01:14:48 +0000
committerStephane E. Potvin <sepotvin@FreeBSD.org>2007-04-21 01:14:48 +0000
commit0e5179e4414cf490f3a4c6bf13b453bcfbf793b2 (patch)
tree7a4cb32527ec0601ac8912d8ef1baa9431ee0a67 /sys/amd64
parent7a8d49637818140a5f1963db10f4f3c3ae4d55b0 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/vmparam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 954cebc3d8b3..47e111cc547c 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -122,7 +122,8 @@
/*
* How many physical pages per KVA page allocated.
- * min(max(VM_KMEM_SIZE, Physical memory/VM_KMEM_SIZE_SCALE), VM_KMEM_SIZE_MAX)
+ * min(max(max(VM_KMEM_SIZE, Physical memory/VM_KMEM_SIZE_SCALE),
+ * VM_KMEM_SIZE_MIN), VM_KMEM_SIZE_MAX)
* is the total KVA space allocated for kmem_map.
*/
#ifndef VM_KMEM_SIZE_SCALE