summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_phys.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-06-16 05:25:53 +0000
committeralc <alc@FreeBSD.org>2007-06-16 05:25:53 +0000
commit8386bd54e6952445ae33df9caa51b3febaa93396 (patch)
tree8c1c4a2aae9f7797de720220391a8ef8df7b4a5b /sys/vm/vm_phys.c
parent4ee0fbbf170a572305b7a954d5250d5801e12939 (diff)
downloadFreeBSD-src-8386bd54e6952445ae33df9caa51b3febaa93396.zip
FreeBSD-src-8386bd54e6952445ae33df9caa51b3febaa93396.tar.gz
Update a comment.
Diffstat (limited to 'sys/vm/vm_phys.c')
-rw-r--r--sys/vm/vm_phys.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
index 80a03a6..f2f66f4 100644
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -528,13 +528,13 @@ vm_phys_zero_pages_idle(void)
}
/*
- * Allocate a contiguous set of physical pages of the given size from
- * the free lists. All of the physical pages must be at or above the
- * given physical address "low" and below the given physical address
- * "high". If the given value "alignment" is non-zero, then the
- * lowest page in the set must be aligned to that value. If the given
- * value "boundary" is non-zero, then the set of physical pages cannot
- * cross any boundary that is a multiple of that value. Both
+ * Allocate a contiguous set of physical pages of the given size
+ * "npages" from the free lists. All of the physical pages must be at
+ * or above the given physical address "low" and below the given
+ * physical address "high". The given value "alignment" determines the
+ * alignment of the first physical page in the set. If the given value
+ * "boundary" is non-zero, then the set of physical pages cannot cross
+ * any physical address boundary that is a multiple of that value. Both
* "alignment" and "boundary" must be a power of two.
*/
vm_page_t
OpenPOWER on IntegriCloud