diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-06 18:17:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-06 18:17:30 +0000 |
commit | 5830f6829d423e942077bb28817d2bcc7aa06e1d (patch) | |
tree | 9fb88a779f0bdb038b5780e7672095b5fe4b5721 | |
parent | 145752b8502a13311ac2ce9273f4a7738768b0a8 (diff) |
uvn_attach message is purely diagnostic, not needed
no ok's from anyone because they are all slacking
-rw-r--r-- | sys/uvm/uvm_vnode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c index d33416c1249..c816287d480 100644 --- a/sys/uvm/uvm_vnode.c +++ b/sys/uvm/uvm_vnode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_vnode.c,v 1.51 2007/09/17 20:29:55 thib Exp $ */ +/* $OpenBSD: uvm_vnode.c,v 1.52 2008/10/06 18:17:29 deraadt Exp $ */ /* $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $ */ /* @@ -174,8 +174,6 @@ uvn_attach(arg, accessprot) */ simple_lock(&uvn->u_obj.vmobjlock); while (uvn->u_flags & UVM_VNODE_BLOCKED) { - printf("uvn_attach: blocked at %p flags 0x%x\n", - uvn, uvn->u_flags); uvn->u_flags |= UVM_VNODE_WANTED; UVMHIST_LOG(maphist, " SLEEPING on blocked vn",0,0,0,0); UVM_UNLOCK_AND_WAIT(uvn, &uvn->u_obj.vmobjlock, FALSE, |