Author: alc
Date: Tue Sep  2 04:11:20 2014
New Revision: 270961
URL: http://svnweb.freebsd.org/changeset/base/270961

Log:
  Update a comment to reflect the changes in r213408.
  
  MFC after:    5 days

Modified:
  head/sys/amd64/amd64/pmap.c

Modified: head/sys/amd64/amd64/pmap.c
==============================================================================
--- head/sys/amd64/amd64/pmap.c Tue Sep  2 03:51:12 2014        (r270960)
+++ head/sys/amd64/amd64/pmap.c Tue Sep  2 04:11:20 2014        (r270961)
@@ -2571,7 +2571,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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to