Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove a debugging printf



details:   https://anonhg.NetBSD.org/src/rev/5f8b1c885c18
branches:  trunk
changeset: 783593:5f8b1c885c18
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Dec 31 01:20:05 2012 +0000

description:
Remove a debugging printf

diffstat:

 sys/kern/subr_pcu.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 79d7d19499a5 -r 5f8b1c885c18 sys/kern/subr_pcu.c
--- a/sys/kern/subr_pcu.c       Mon Dec 31 01:19:36 2012 +0000
+++ b/sys/kern/subr_pcu.c       Mon Dec 31 01:20:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_pcu.c,v 1.13 2012/12/26 18:30:23 matt Exp $       */
+/*     $NetBSD: subr_pcu.c,v 1.14 2012/12/31 01:20:05 matt Exp $       */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_pcu.c,v 1.13 2012/12/26 18:30:23 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pcu.c,v 1.14 2012/12/31 01:20:05 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -453,7 +453,6 @@
        /*
         * Mark the PCU as hijacked and take ownership of it.
         */
-       printf("!");
        pcu_lwp_op(pcu, l, PCU_KERNEL | PCU_CLAIM | PCU_ENABLE | PCU_RELOAD);
 }
 



Home | Main Index | Thread Index | Old Index