svn commit: r270961 - head/sys/amd64/amd64
Alan Cox
alc at FreeBSD.org
Tue Sep 2 04:11:21 UTC 2014
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
More information about the svn-src-head
mailing list