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 useful...
details: https://anonhg.NetBSD.org/src/rev/e98d846f2411
branches: trunk
changeset: 503531:e98d846f2411
user: chs <chs%NetBSD.org@localhost>
date: Thu Feb 08 06:43:05 2001 +0000
description:
remove a debug printf() that has outlived its usefulness.
diffstat:
sys/uvm/uvm_vnode.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r f4675618fbd5 -r e98d846f2411 sys/uvm/uvm_vnode.c
--- a/sys/uvm/uvm_vnode.c Wed Feb 07 23:30:27 2001 +0000
+++ b/sys/uvm/uvm_vnode.c Thu Feb 08 06:43:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_vnode.c,v 1.43 2001/02/06 10:53:23 chs Exp $ */
+/* $NetBSD: uvm_vnode.c,v 1.44 2001/02/08 06:43:05 chs Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -439,13 +439,6 @@
} else {
start = trunc_page(start);
stop = round_page(stop);
-#ifdef DEBUG
- if (stop > round_page(uvn->u_size)) {
- printf("uvn_flush: oor vp %p start 0x%x stop 0x%x "
- "size 0x%x\n", uvn, (int)start, (int)stop,
- (int)round_page(uvn->u_size));
- }
-#endif
all = FALSE;
by_list = (uobj->uo_npages <=
((stop - start) >> PAGE_SHIFT) * UVN_HASH_PENALTY);
Home |
Main Index |
Thread Index |
Old Index