From 2f9f48d623e7a6a1f48d6d63e6ee71b0f2889037 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 16 Jun 2007 05:25:53 +0000 Subject: [PATCH] Update a comment. --- sys/vm/vm_phys.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 80a03a6088c..f2f66f4680a 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