svn commit: r276553 - stable/10/sys/amd64/amd64

Alan Cox alc at FreeBSD.org
Fri Jan 2 18:50:20 UTC 2015


Author: alc
Date: Fri Jan  2 18:50:18 2015
New Revision: 276553
URL: https://svnweb.freebsd.org/changeset/base/276553

Log:
  MFC r270961
    Update a comment to reflect the changes in r213408.

Modified:
  stable/10/sys/amd64/amd64/pmap.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/amd64/pmap.c
==============================================================================
--- stable/10/sys/amd64/amd64/pmap.c	Fri Jan  2 18:45:48 2015	(r276552)
+++ stable/10/sys/amd64/amd64/pmap.c	Fri Jan  2 18:50:18 2015	(r276553)
@@ -2603,7 +2603,7 @@ pmap_growkernel(vm_offset_t addr)
 	 * "kernel_vm_end" and the kernel page table as they were.
 	 *
 	 * The correctness of this action is based on the following
-	 * argument: vm_map_findspace() allocates contiguous ranges of the
+	 * argument: vm_map_insert() allocates contiguous ranges of the
 	 * kernel virtual address space.  It calls this function if a range
 	 * ends after "kernel_vm_end".  If the kernel is mapped between
 	 * "kernel_vm_end" and "addr", then the range cannot begin at


More information about the svn-src-all mailing list