Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 05:28:29 +0000 (UTC)
From:      Konstantin Belousov <kib@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: r251450 - stable/9/sys/vm
Message-ID:  <201306060528.r565STNu002041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Jun  6 05:28:28 2013
New Revision: 251450
URL: http://svnweb.freebsd.org/changeset/base/251450

Log:
  MFC r251318:
  Remove irrelevant comments.

Modified:
  stable/9/sys/vm/vm_page.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/vm/vm_page.c
==============================================================================
--- stable/9/sys/vm/vm_page.c	Thu Jun  6 05:20:05 2013	(r251449)
+++ stable/9/sys/vm/vm_page.c	Thu Jun  6 05:28:28 2013	(r251450)
@@ -902,11 +902,6 @@ vm_page_splay(vm_pindex_t pindex, vm_pag
  *
  *	Inserts the given mem entry into the object and object list.
  *
- *	The pagetables are not updated but will presumably fault the page
- *	in if necessary, or if a kernel page the caller will at some point
- *	enter the page into the kernel's pmap.  We are not allowed to sleep
- *	here so we *can't* do this anyway.
- *
  *	The object must be locked.
  */
 void
@@ -976,8 +971,6 @@ vm_page_insert(vm_page_t m, vm_object_t 
  *	table and the object page list, but do not invalidate/terminate
  *	the backing store.
  *
- *	The underlying pmap entry (if any) is NOT removed here.
- *
  *	The object must be locked.  The page must be locked if it is managed.
  */
 void



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