Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/arc Fix includes
details: https://anonhg.NetBSD.org/src/rev/7251cfeb6763
branches: trunk
changeset: 339054:7251cfeb6763
user: matt <matt%NetBSD.org@localhost>
date: Wed Jun 24 06:19:52 2015 +0000
description:
Fix includes
diffstat:
sys/arch/arc/arc/cpu.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r b836a36f0e8e -r 7251cfeb6763 sys/arch/arc/arc/cpu.c
--- a/sys/arch/arc/arc/cpu.c Wed Jun 24 06:18:11 2015 +0000
+++ b/sys/arch/arc/arc/cpu.c Wed Jun 24 06:19:52 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $ */
+/* $NetBSD: cpu.c,v 1.20 2015/06/24 06:19:52 matt Exp $ */
/* $OpenBSD: cpu.c,v 1.8 1997/04/19 17:19:41 pefo Exp $ */
/*
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.20 2015/06/24 06:19:52 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -43,7 +43,8 @@
#include <uvm/uvm_extern.h>
-#include <machine/cpu.h>
+#include <mips/locore.h>
+
#include <machine/autoconf.h>
#include "ioconf.h"
Home |
Main Index |
Thread Index |
Old Index