Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/pic Comment out a printf that was confusing ent...



details:   https://anonhg.NetBSD.org/src/rev/9424deaad812
branches:  trunk
changeset: 332986:9424deaad812
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 13 09:21:06 2014 +0000

description:
Comment out a printf that was confusing entering ddb output.

diffstat:

 sys/arch/arm/pic/pic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 027d49e1b3dd -r 9424deaad812 sys/arch/arm/pic/pic.c
--- a/sys/arch/arm/pic/pic.c    Mon Oct 13 09:07:26 2014 +0000
+++ b/sys/arch/arm/pic/pic.c    Mon Oct 13 09:21:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic.c,v 1.22 2014/05/19 22:47:53 rmind Exp $   */
+/*     $NetBSD: pic.c,v 1.23 2014/10/13 09:21:06 skrll Exp $   */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -32,7 +32,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.22 2014/05/19 22:47:53 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.23 2014/10/13 09:21:06 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -119,7 +119,7 @@
 int
 pic_ipi_ddb(void *arg)
 {
-       printf("%s: %s: tf=%p\n", __func__, curcpu()->ci_cpuname, arg);
+//     printf("%s: %s: tf=%p\n", __func__, curcpu()->ci_cpuname, arg);
        kdb_trap(-1, arg);
        return 1;
 }



Home | Main Index | Thread Index | Old Index