Module Name: src Committed By: rin Date: Sat Nov 20 08:48:55 UTC 2021
Modified Files: src/sys/arch/evbarm/hdl_g: hdlg_machdep.c Log Message: Fix build with VERBOSE_INIT_ARM. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/hdl_g/hdlg_machdep.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/evbarm/hdl_g/hdlg_machdep.c diff -u src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.31 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.32 --- src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.31 Tue Aug 17 22:00:28 2021 +++ src/sys/arch/evbarm/hdl_g/hdlg_machdep.c Sat Nov 20 08:48:55 2021 @@ -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 @@ initarm(void *arg) #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