Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/oea remove accidential debug printf()
details: https://anonhg.NetBSD.org/src/rev/22455f0ca6b5
branches: trunk
changeset: 355001:22455f0ca6b5
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jul 07 23:45:53 2017 +0000
description:
remove accidential debug printf()
diffstat:
sys/arch/powerpc/oea/cpu_subr.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 18226a1a2f03 -r 22455f0ca6b5 sys/arch/powerpc/oea/cpu_subr.c
--- a/sys/arch/powerpc/oea/cpu_subr.c Fri Jul 07 22:50:02 2017 +0000
+++ b/sys/arch/powerpc/oea/cpu_subr.c Fri Jul 07 23:45:53 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_subr.c,v 1.83 2017/07/07 22:30:28 macallan Exp $ */
+/* $NetBSD: cpu_subr.c,v 1.84 2017/07/07 23:45:53 macallan Exp $ */
/*-
* Copyright (c) 2001 Matt Thomas.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.83 2017/07/07 22:30:28 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.84 2017/07/07 23:45:53 macallan Exp $");
#include "opt_ppcparam.h"
#include "opt_ppccache.h"
@@ -674,7 +674,6 @@
#if HAVE_64BIT_HID0
if (bitmasku != NULL) {
- printf("HID0 %llx\n", hid0);
snprintb(hidbuf, sizeof hidbuf, bitmask, hid0 & 0xffffffff);
snprintb(hidbuf_u, sizeof hidbuf_u, bitmasku, hid0 >> 32);
aprint_normal_dev(self, "HID0 %s %s, powersave: %d\n",
Home |
Main Index |
Thread Index |
Old Index