[Midnightbsd-cvs] src [9772] trunk/sys/vm/vm_page.c: remove irrelevant comments.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Feb 22 00:07:16 EST 2018
Revision: 9772
http://svnweb.midnightbsd.org/src/?rev=9772
Author: laffer1
Date: 2018-02-22 00:07:15 -0500 (Thu, 22 Feb 2018)
Log Message:
-----------
remove irrelevant comments.
Modified Paths:
--------------
trunk/sys/vm/vm_page.c
Modified: trunk/sys/vm/vm_page.c
===================================================================
--- trunk/sys/vm/vm_page.c 2018-02-22 04:49:50 UTC (rev 9771)
+++ trunk/sys/vm/vm_page.c 2018-02-22 05:07:15 UTC (rev 9772)
@@ -902,11 +902,6 @@
*
* 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 @@
* 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 Midnightbsd-cvs
mailing list