Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 04:11:21 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270961 - head/sys/amd64/amd64
Message-ID:  <201409020411.s824BLsl071932@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409020411.s824BLsl071932>