Module Name: src
Committed By: christos
Date: Sun Dec 13 18:41:09 UTC 2015
Modified Files:
src/sys/arch/sparc64/sparc64: clock.c
Log Message:
PR/50531: David Binderman: Add missing printf args
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/sparc64/sparc64/clock.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/sparc64/sparc64/clock.c
diff -u src/sys/arch/sparc64/sparc64/clock.c:1.117 src/sys/arch/sparc64/sparc64/clock.c:1.118
--- src/sys/arch/sparc64/sparc64/clock.c:1.117 Fri Jul 25 13:54:50 2014
+++ src/sys/arch/sparc64/sparc64/clock.c Sun Dec 13 13:41:09 2015
@@ -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 @@ statintr(void *cap)
#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("!");