Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 PR/50531: David Binderman: Add miss...



details:   https://anonhg.NetBSD.org/src/rev/d389e0211ece
branches:  trunk
changeset: 812389:d389e0211ece
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 13 18:41:09 2015 +0000

description:
PR/50531: David Binderman: Add missing printf args

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 87f22f1f0067 -r d389e0211ece sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Sun Dec 13 18:38:23 2015 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Sun Dec 13 18:41:09 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.117 2014/07/25 17:54:50 nakayama Exp $ */
+/*     $NetBSD: clock.c,v 1.118 2015/12/13 18:41:09 christos Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.117 2014/07/25 17:54:50 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.118 2015/12/13 18:41:09 christos Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -723,7 +723,8 @@
 
 #ifdef NOT_DEBUG
        printf("statclock: count %x:%x, limit %x:%x\n", 
-              timerreg_4u.t_timer[1].t_count, timerreg_4u.t_timer[1].t_limit);
+           timerreg_4u.t_timer[0].t_count, timerreg_4u.t_timer[1].t_count,
+           timerreg_4u.t_timer[0].t_limit, timerreg_4u.t_timer[1].t_limit);
 #endif
 #ifdef NOT_DEBUG
        prom_printf("!");



Home | Main Index | Thread Index | Old Index