svn commit: r251450 - stable/9/sys/vm

Konstantin Belousov kib at FreeBSD.org
Thu Jun 6 05:28:29 UTC 2013


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


More information about the svn-src-all mailing list