Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm uvm_anfree: remove a comment which is no longer true.
details: https://anonhg.NetBSD.org/src/rev/b917e4ce126b
branches: trunk
changeset: 569718:b917e4ce126b
user: yamt <yamt%NetBSD.org@localhost>
date: Wed Sep 01 10:09:26 2004 +0000
description:
uvm_anfree: remove a comment which is no longer true.
diffstat:
sys/uvm/uvm_anon.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 3b9404ee1f3b -r b917e4ce126b sys/uvm/uvm_anon.c
--- a/sys/uvm/uvm_anon.c Wed Sep 01 01:47:09 2004 +0000
+++ b/sys/uvm/uvm_anon.c Wed Sep 01 10:09:26 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_anon.c,v 1.29 2004/05/05 11:54:32 yamt Exp $ */
+/* $NetBSD: uvm_anon.c,v 1.30 2004/09/01 10:09:26 yamt Exp $ */
/*
*
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.29 2004/05/05 11:54:32 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_anon.c,v 1.30 2004/09/01 10:09:26 yamt Exp $");
#include "opt_uvmhist.h"
@@ -236,8 +236,6 @@
/*
* page has no uobject, so we must be the owner of it.
- * if page is busy then we wait until it is not busy,
- * and then free it.
*/
KASSERT((pg->flags & PG_RELEASED) == 0);
Home |
Main Index |
Thread Index |
Old Index