Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/cubie Print uboot_args using PRIxPTR



details:   https://anonhg.NetBSD.org/src/rev/df1d7eaaf32a
branches:  trunk
changeset: 793202:df1d7eaaf32a
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 30 00:08:46 2014 +0000

description:
Print uboot_args using PRIxPTR

diffstat:

 sys/arch/evbarm/cubie/cubie_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ac71577173b4 -r df1d7eaaf32a sys/arch/evbarm/cubie/cubie_machdep.c
--- a/sys/arch/evbarm/cubie/cubie_machdep.c     Thu Jan 30 00:07:35 2014 +0000
+++ b/sys/arch/evbarm/cubie/cubie_machdep.c     Thu Jan 30 00:08:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cubie_machdep.c,v 1.9 2014/01/23 19:26:55 matt Exp $ */
+/*     $NetBSD: cubie_machdep.c,v 1.10 2014/01/30 00:08:46 matt Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.9 2014/01/23 19:26:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.10 2014/01/30 00:08:46 matt Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -306,7 +306,7 @@
        consinit();
 
 #ifdef VERBOSE_INIT_ARM
-       printf("\nuboot arg = %#x, %#x, %#x, %#x\n",
+       printf("\nuboot arg = %#"PRIxPTR", %#"PRIxPTR", %#"PRIxPTR", %#"PRIxPTR"\n",
            uboot_args[0], uboot_args[1], uboot_args[2], uboot_args[3]);
 #endif
 



Home | Main Index | Thread Index | Old Index