summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-06-03 17:30:40 +0000
committerkib <kib@FreeBSD.org>2013-06-03 17:30:40 +0000
commitdba06374217a6547a34dc39484ad849d19ba5e5b (patch)
tree84897f7355bd7cdc3e48aaaf395b070c18eb5a81 /sys/vm
parent157e97d48f45027e0e5dd79b5123475cda12a53b (diff)
downloadFreeBSD-src-dba06374217a6547a34dc39484ad849d19ba5e5b.zip
FreeBSD-src-dba06374217a6547a34dc39484ad849d19ba5e5b.tar.gz
Remove irrelevant comments.
Discussed with: alc MFC after: 3 days
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_page.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index b6fbb93..300b20a 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -801,11 +801,6 @@ vm_page_dirty_KBI(vm_page_t m)
*
* 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
@@ -891,8 +886,6 @@ vm_page_insert_after(vm_page_t m, vm_object_t object, vm_pindex_t pindex,
* 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
OpenPOWER on IntegriCloud