Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/hdl_g Fix build with VERBOSE_INIT_ARM.



details:   https://anonhg.NetBSD.org/src/rev/bd21e82fc835
branches:  trunk
changeset: 1026358:bd21e82fc835
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Nov 20 08:48:55 2021 +0000

description:
Fix build with VERBOSE_INIT_ARM.

diffstat:

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

diffs (27 lines):

diff -r 8ba3645f2f93 -r bd21e82fc835 sys/arch/evbarm/hdl_g/hdlg_machdep.c
--- a/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Sat Nov 20 08:16:30 2021 +0000
+++ b/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Sat Nov 20 08:48:55 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hdlg_machdep.c,v 1.31 2021/08/17 22:00:28 andvar Exp $ */
+/*     $NetBSD: hdlg_machdep.c,v 1.32 2021/11/20 08:48:55 rin Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.31 2021/08/17 22:00:28 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.32 2021/11/20 08:48:55 rin Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -305,7 +305,7 @@
 
 #ifdef VERBOSE_INIT_ARM
        /* Tell the user about the memory */
-       printf("physmemory: %d pages at 0x%08lx -> 0x%08lx\n", physmem,
+       printf("physmemory: %ld pages at 0x%08lx -> 0x%08lx\n", physmem,
            physical_start, physical_end - 1);
 #endif
 



Home | Main Index | Thread Index | Old Index