summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-04-26 21:24:50 +0000
committeralc <alc@FreeBSD.org>2009-04-26 21:24:50 +0000
commit9570237fa6fd98deb34237bb05bbc9a216525bda (patch)
tree0a5e3b82fadcbafcd5f15f1975d55cc6e126fb32 /sys/vm
parent76742bacd9e6dc5d71636243ccf6d8c7e7be7e49 (diff)
downloadFreeBSD-src-9570237fa6fd98deb34237bb05bbc9a216525bda.zip
FreeBSD-src-9570237fa6fd98deb34237bb05bbc9a216525bda.tar.gz
Eliminate an errant comment.
Discussed with: tegge
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/swap_pager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 39d00dd..4c10f2f 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -1420,8 +1420,7 @@ swp_pager_async_iodone(struct buf *bp)
* Note that the requested page, reqpage, is left
* busied, but we still have to wake it up. The
* other pages are released (unbusied) by
- * vm_page_wakeup(). We do not set reqpage's
- * valid bits here, it is up to the caller.
+ * vm_page_wakeup().
*/
KASSERT(!pmap_page_is_mapped(m),
("swp_pager_async_iodone: page %p is mapped", m));
OpenPOWER on IntegriCloud