svn commit: r276560 - stable/9/sys/amd64/amd64

Alan Cox alc at FreeBSD.org
Fri Jan 2 19:01:02 UTC 2015


Author: alc
Date: Fri Jan  2 19:01:00 2015
New Revision: 276560
URL: https://svnweb.freebsd.org/changeset/base/276560

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

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

Modified: stable/9/sys/amd64/amd64/pmap.c
==============================================================================
--- stable/9/sys/amd64/amd64/pmap.c	Fri Jan  2 18:57:58 2015	(r276559)
+++ stable/9/sys/amd64/amd64/pmap.c	Fri Jan  2 19:01:00 2015	(r276560)
@@ -1999,7 +1999,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