Module Name:    src
Committed By:   macallan
Date:           Fri Jul  7 23:45:53 UTC 2017

Modified Files:
        src/sys/arch/powerpc/oea: cpu_subr.c

Log Message:
remove accidential debug printf()


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/powerpc/oea/cpu_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/oea/cpu_subr.c
diff -u src/sys/arch/powerpc/oea/cpu_subr.c:1.83 src/sys/arch/powerpc/oea/cpu_subr.c:1.84
--- src/sys/arch/powerpc/oea/cpu_subr.c:1.83	Fri Jul  7 22:30:28 2017
+++ src/sys/arch/powerpc/oea/cpu_subr.c	Fri Jul  7 23:45:53 2017
@@ -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 @@ cpu_setup(device_t self, struct cpu_info
 	
 #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",

Reply via email to