Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/yamt-pagecache]: src/sys/uvm remove a debug printf



details:   https://anonhg.NetBSD.org/src/rev/849faa8e84e8
branches:  yamt-pagecache
changeset: 770854:849faa8e84e8
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jan 04 16:29:29 2012 +0000

description:
remove a debug printf

diffstat:

 sys/uvm/uvm_page.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e9eeb2e96ac6 -r 849faa8e84e8 sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c        Wed Dec 28 13:28:03 2011 +0000
+++ b/sys/uvm/uvm_page.c        Wed Jan 04 16:29:29 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.c,v 1.178.2.9 2011/12/26 16:03:11 yamt Exp $  */
+/*     $NetBSD: uvm_page.c,v 1.178.2.10 2012/01/04 16:29:29 yamt Exp $ */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.178.2.9 2011/12/26 16:03:11 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.178.2.10 2012/01/04 16:29:29 yamt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -1341,9 +1341,6 @@
                        }
                        error = uvm_pageinsert(obj, pg);
                        if (error != 0) {
-#if 1
-                               printf("page insertion failed %p\n", pg);
-#endif
                                pg->uobject = NULL;
                                uvm_pagefree(pg);
                                return NULL;



Home | Main Index | Thread Index | Old Index