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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to