Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm fix compile error with options BOOT_DUMP
details: https://anonhg.NetBSD.org/src/rev/fee6671e3e39
branches: trunk
changeset: 831209:fee6671e3e39
user: ryo <ryo%NetBSD.org@localhost>
date: Fri Mar 16 12:10:16 2018 +0000
description:
fix compile error with options BOOT_DUMP
diffstat:
sys/arch/hpcarm/hpcarm/hpc_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5ccb1bc62c80 -r fee6671e3e39 sys/arch/hpcarm/hpcarm/hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/hpc_machdep.c Fri Mar 16 12:06:18 2018 +0000
+++ b/sys/arch/hpcarm/hpcarm/hpc_machdep.c Fri Mar 16 12:10:16 2018 +0000
@@ -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 @@
}
#ifdef BOOT_DUMP
-static void
+void
dumppages(char *start, int nbytes)
{
char *p = start;
Home |
Main Index |
Thread Index |
Old Index