Module Name: src
Committed By: ryo
Date: Fri Mar 16 12:10:16 UTC 2018
Modified Files:
src/sys/arch/hpcarm/hpcarm: hpc_machdep.c
Log Message:
fix compile error with options BOOT_DUMP
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/hpcarm/hpcarm/hpc_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/hpcarm/hpcarm/hpc_machdep.c
diff -u src/sys/arch/hpcarm/hpcarm/hpc_machdep.c:1.104 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c:1.105
--- src/sys/arch/hpcarm/hpcarm/hpc_machdep.c:1.104 Sat Sep 13 18:09:50 2014
+++ src/sys/arch/hpcarm/hpcarm/hpc_machdep.c Fri Mar 16 12:10:16 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: hpc_machdep.c,v 1.104 2014/09/13 18:09:50 matt Exp $ */
+/* $NetBSD: hpc_machdep.c,v 1.105 2018/03/16 12:10:16 ryo Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.104 2014/09/13 18:09:50 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.105 2018/03/16 12:10:16 ryo Exp $");
#include "opt_cputypes.h"
#include "opt_kloader.h"
@@ -303,7 +303,7 @@ initarm(int argc, char **argv, struct bo
}
#ifdef BOOT_DUMP
-static void
+void
dumppages(char *start, int nbytes)
{
char *p = start;