Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 19:01:01 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r276560 - stable/9/sys/amd64/amd64
Message-ID:  <201501021901.t02J119M079598@svn.freebsd.org>

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



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