Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Remove a incorrect-and-no-longer-relevant comment.
details: https://anonhg.NetBSD.org/src/rev/d2e52e0660d7
branches: trunk
changeset: 473714:d2e52e0660d7
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jun 16 18:43:28 1999 +0000
description:
Remove a incorrect-and-no-longer-relevant comment.
diffstat:
sys/uvm/uvm_fault.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 43e9bc4c6d94 -r d2e52e0660d7 sys/uvm/uvm_fault.c
--- a/sys/uvm/uvm_fault.c Wed Jun 16 17:43:49 1999 +0000
+++ b/sys/uvm/uvm_fault.c Wed Jun 16 18:43:28 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_fault.c,v 1.34 1999/06/16 00:29:04 thorpej Exp $ */
+/* $NetBSD: uvm_fault.c,v 1.35 1999/06/16 18:43:28 thorpej Exp $ */
/*
*
@@ -1735,8 +1735,7 @@
/*
* now fault it in page at a time. if the fault fails then we have
- * to undo what we have done. note that in uvm_fault VM_PROT_NONE
- * is replaced with the max protection if fault_type is VM_FAULT_WIRE.
+ * to undo what we have done.
*/
for (va = start ; va < end ; va += PAGE_SIZE) {
Home |
Main Index |
Thread Index |
Old Index