Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e4189f682617
branches:  yamt-pagecache
changeset: 770891:e4189f682617
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Nov 02 08:22:33 2012 +0000

description:
remove a debug printf

diffstat:

 sys/arch/x86/x86/pmap.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 91730c4fe56e -r e4189f682617 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Fri Nov 02 08:19:04 2012 +0000
+++ b/sys/arch/x86/x86/pmap.c   Fri Nov 02 08:22:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.137.2.8 2012/10/30 17:20:34 yamt Exp $      */
+/*     $NetBSD: pmap.c,v 1.137.2.9 2012/11/02 08:22:33 yamt Exp $      */
 
 /*-
  * Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.137.2.8 2012/10/30 17:20:34 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.137.2.9 2012/11/02 08:22:33 yamt Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -1969,7 +1969,6 @@
                         * radix_tree_insert_node, which is used by
                         * uvm_pagealloc, can block.
                         */
-                       printf("%s: uvm_pagealloc blocked\n", __func__);
                        if (ptp != NULL) {
                                uvm_pagefree(ptp);
                        }



Home | Main Index | Thread Index | Old Index