Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/zaurus Fix a build error with options VERBOS...



details:   https://anonhg.NetBSD.org/src/rev/3dabdcbdf8f5
branches:  trunk
changeset: 455503:3dabdcbdf8f5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Oct 19 14:42:30 2019 +0000

description:
Fix a build error with options VERBOSE_INIT_ARM.

diffstat:

 sys/arch/zaurus/zaurus/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b0a8b398f344 -r 3dabdcbdf8f5 sys/arch/zaurus/zaurus/machdep.c
--- a/sys/arch/zaurus/zaurus/machdep.c  Sat Oct 19 13:09:57 2019 +0000
+++ b/sys/arch/zaurus/zaurus/machdep.c  Sat Oct 19 14:42:30 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.42 2019/07/16 14:41:49 skrll Exp $       */
+/*     $NetBSD: machdep.c,v 1.43 2019/10/19 14:42:30 tsutsui Exp $     */
 /*     $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $        */
 
 /*
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.42 2019/07/16 14:41:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.43 2019/10/19 14:42:30 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -772,7 +772,7 @@
 
 #ifdef VERBOSE_INIT_ARM
        /* Tell the user about the memory */
-       printf("physmemory: %d pages at 0x%08lx -> 0x%08lx\n", physmem,
+       printf("physmemory: %lu pages at 0x%08lx -> 0x%08lx\n", physmem,
            physical_start, physical_end - 1);
 #endif
 



Home | Main Index | Thread Index | Old Index