Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 17:52:06 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335767 - head/sys/vm
Message-ID:  <201806281752.w5SHq6lW058608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806281752.w5SHq6lW058608>