summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-02-05 01:08:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-02-05 01:08:32 +0000
commita51356f0a34a988268cedf6e27864fb62cb858f3 (patch)
tree415ef9470287c8b948b27f6c44a2f3e5c136c6b2 /sys/uvm
parent30c03859256b26e6a92407fe7930e3efd565e6f9 (diff)
Delete comment obsoleted by the rewrite in rev 1.136 (2011-05-24)
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_map.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c
index 75cefa47cfc..14729733809 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.227 2017/01/17 17:19:21 stefan Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.228 2017/02/05 01:08:31 guenther Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -4163,10 +4163,6 @@ uvm_map_extract(struct vm_map *srcmap, vaddr_t start, vsize_t len,
/*
* Handle need-copy flag.
- * This may invalidate last, hence the re-initialization during the
- * loop.
- *
- * Also, perform clipping of last if not UVM_EXTRACT_QREF.
*/
for (entry = first; entry != NULL && entry->start < end;
entry = RBT_NEXT(uvm_map_addr, entry)) {