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 debug printf that has outlived its usefulness.
details: https://anonhg.NetBSD.org/src/rev/ab36fc766491
branches: trunk
changeset: 481403:ab36fc766491
user: chs <chs%NetBSD.org@localhost>
date: Fri Jan 28 08:02:48 2000 +0000
description:
remove a debug printf that has outlived its usefulness.
diffstat:
sys/uvm/uvm_vnode.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r e0ccffd6e229 -r ab36fc766491 sys/uvm/uvm_vnode.c
--- a/sys/uvm/uvm_vnode.c Fri Jan 28 07:21:29 2000 +0000
+++ b/sys/uvm/uvm_vnode.c Fri Jan 28 08:02:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_vnode.c,v 1.27 1999/10/19 16:04:45 chs Exp $ */
+/* $NetBSD: uvm_vnode.c,v 1.28 2000/01/28 08:02:48 chs Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -1633,9 +1633,6 @@
if (file_offset >= uvn->u_size) {
simple_unlock(&uvn->u_obj.vmobjlock);
UVMHIST_LOG(maphist,"<- BAD (size check)",0,0,0,0);
-#ifdef DEBUG
- printf("uvn_io: note: size check fired\n");
-#endif
return(VM_PAGER_BAD);
}
Home |
Main Index |
Thread Index |
Old Index