svn commit: r335767 - head/sys/vm

Alan Cox alc at FreeBSD.org
Thu Jun 28 17:52:07 UTC 2018


Author: alc
Date: Thu Jun 28 17:52:06 2018
New Revision: 335767
URL: https://svnweb.freebsd.org/changeset/base/335767

Log:
  Reflow one of the comments describing vm_phys_alloc_npages().

Modified:
  head/sys/vm/vm_phys.c

Modified: head/sys/vm/vm_phys.c
==============================================================================
--- head/sys/vm/vm_phys.c	Thu Jun 28 17:07:20 2018	(r335766)
+++ head/sys/vm/vm_phys.c	Thu Jun 28 17:52:06 2018	(r335767)
@@ -609,10 +609,10 @@ vm_phys_split_pages(vm_page_t m, int oind, struct vm_f
  * within the specified domain.  Returns the actual number of allocated pages
  * and a pointer to each page through the array ma[].
  *
- * The returned pages may not be physically contiguous.  However, in contrast to
- * performing multiple, back-to-back calls to vm_phys_alloc_pages(..., 0),
- * calling this function once to allocate the desired number of pages will avoid
- * wasted time in vm_phys_split_pages().
+ * The returned pages may not be physically contiguous.  However, in contrast
+ * to performing multiple, back-to-back calls to vm_phys_alloc_pages(..., 0),
+ * calling this function once to allocate the desired number of pages will
+ * avoid wasted time in vm_phys_split_pages().
  *
  * The free page queues for the specified domain must be locked.
  */


More information about the svn-src-head mailing list