Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/hpcmips #include <mips/locore.h>
details: https://anonhg.NetBSD.org/src/rev/d324def6b91b
branches: trunk
changeset: 339101:d324def6b91b
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 26 22:17:59 2015 +0000
description:
#include <mips/locore.h>
diffstat:
sys/arch/hpcmips/hpcmips/interrupt.c | 6 ++++--
sys/arch/hpcmips/hpcmips/kloader_machdep.c | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (51 lines):
diff -r 62fdc101eddd -r d324def6b91b sys/arch/hpcmips/hpcmips/interrupt.c
--- a/sys/arch/hpcmips/hpcmips/interrupt.c Fri Jun 26 22:15:33 2015 +0000
+++ b/sys/arch/hpcmips/hpcmips/interrupt.c Fri Jun 26 22:17:59 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.19 2015/06/09 22:46:36 matt Exp $ */
+/* $NetBSD: interrupt.c,v 1.20 2015/06/26 22:17:59 matt Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.19 2015/06/09 22:46:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.20 2015/06/26 22:17:59 matt Exp $");
#include "opt_vr41xx.h"
#include "opt_tx39xx.h"
@@ -42,6 +42,8 @@
#include <sys/malloc.h>
#include <sys/intr.h>
+#include <mips/locore.h>
+
#include <machine/sysconf.h>
void
diff -r 62fdc101eddd -r d324def6b91b sys/arch/hpcmips/hpcmips/kloader_machdep.c
--- a/sys/arch/hpcmips/hpcmips/kloader_machdep.c Fri Jun 26 22:15:33 2015 +0000
+++ b/sys/arch/hpcmips/hpcmips/kloader_machdep.c Fri Jun 26 22:17:59 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kloader_machdep.c,v 1.8 2015/06/09 22:46:36 matt Exp $ */
+/* $NetBSD: kloader_machdep.c,v 1.9 2015/06/26 22:17:59 matt Exp $ */
/*-
* Copyright (c) 2001, 2002, 2004 The NetBSD Foundation, Inc.
@@ -27,12 +27,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.8 2015/06/09 22:46:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kloader_machdep.c,v 1.9 2015/06/26 22:17:59 matt Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
#include <sys/systm.h>
+#include <mips/locore.h>
#include <mips/cache.h>
#include <machine/sysconf.h>
Home |
Main Index |
Thread Index |
Old Index