Module Name: src
Committed By: macallan
Date: Tue Jun 9 15:58:38 UTC 2015
Modified Files:
src/sys/arch/evbmips/loongson: bonito_mainbus.c
src/sys/arch/mips/mips: cache_r4k.c
Log Message:
include cpuregs.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/loongson/bonito_mainbus.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/mips/cache_r4k.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/evbmips/loongson/bonito_mainbus.c
diff -u src/sys/arch/evbmips/loongson/bonito_mainbus.c:1.2 src/sys/arch/evbmips/loongson/bonito_mainbus.c:1.3
--- src/sys/arch/evbmips/loongson/bonito_mainbus.c:1.2 Fri Mar 2 13:20:57 2012
+++ src/sys/arch/evbmips/loongson/bonito_mainbus.c Tue Jun 9 15:58:38 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: bonito_mainbus.c,v 1.2 2012/03/02 13:20:57 nonaka Exp $ */
+/* $NetBSD: bonito_mainbus.c,v 1.3 2015/06/09 15:58:38 macallan Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bonito_mainbus.c,v 1.2 2012/03/02 13:20:57 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bonito_mainbus.c,v 1.3 2015/06/09 15:58:38 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -40,6 +40,7 @@ __KERNEL_RCSID(0, "$NetBSD: bonito_mainb
#include <sys/bus.h>
+#include <mips/cpuregs.h>
#include <mips/bonito/bonitoreg.h>
#include <evbmips/loongson/autoconf.h>
Index: src/sys/arch/mips/mips/cache_r4k.c
diff -u src/sys/arch/mips/mips/cache_r4k.c:1.11 src/sys/arch/mips/mips/cache_r4k.c:1.12
--- src/sys/arch/mips/mips/cache_r4k.c:1.11 Sun Feb 20 07:45:47 2011
+++ src/sys/arch/mips/mips/cache_r4k.c Tue Jun 9 15:58:38 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r4k.c,v 1.11 2011/02/20 07:45:47 matt Exp $ */
+/* $NetBSD: cache_r4k.c,v 1.12 2015/06/09 15:58:38 macallan Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,10 +36,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache_r4k.c,v 1.11 2011/02/20 07:45:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache_r4k.c,v 1.12 2015/06/09 15:58:38 macallan Exp $");
#include <sys/param.h>
+#include <mips/cpuregs.h>
#include <mips/cache.h>
#include <mips/cache_r4k.h>