Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch include cpuregs.h



details:   https://anonhg.NetBSD.org/src/rev/321ccf544617
branches:  trunk
changeset: 808948:321ccf544617
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Jun 09 15:58:38 2015 +0000

description:
include cpuregs.h

diffstat:

 sys/arch/evbmips/loongson/bonito_mainbus.c |  5 +++--
 sys/arch/mips/mips/cache_r4k.c             |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 09d0b4085c17 -r 321ccf544617 sys/arch/evbmips/loongson/bonito_mainbus.c
--- a/sys/arch/evbmips/loongson/bonito_mainbus.c        Tue Jun 09 15:01:05 2015 +0000
+++ b/sys/arch/evbmips/loongson/bonito_mainbus.c        Tue Jun 09 15:58:38 2015 +0000
@@ -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 @@
 
 #include <sys/bus.h>
 
+#include <mips/cpuregs.h>
 #include <mips/bonito/bonitoreg.h>
 
 #include <evbmips/loongson/autoconf.h>
diff -r 09d0b4085c17 -r 321ccf544617 sys/arch/mips/mips/cache_r4k.c
--- a/sys/arch/mips/mips/cache_r4k.c    Tue Jun 09 15:01:05 2015 +0000
+++ b/sys/arch/mips/mips/cache_r4k.c    Tue Jun 09 15:58:38 2015 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index