Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips yet another cpuregs.h
details: https://anonhg.NetBSD.org/src/rev/1fa5ab116d18
branches: trunk
changeset: 338809:1fa5ab116d18
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Jun 09 17:53:25 2015 +0000
description:
yet another cpuregs.h
diffstat:
sys/arch/mips/mips/cache_r10k.c | 3 ++-
sys/arch/mips/mips/cache_r3k.c | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r d70b91743c02 -r 1fa5ab116d18 sys/arch/mips/mips/cache_r10k.c
--- a/sys/arch/mips/mips/cache_r10k.c Tue Jun 09 16:29:01 2015 +0000
+++ b/sys/arch/mips/mips/cache_r10k.c Tue Jun 09 17:53:25 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r10k.c,v 1.5 2011/02/20 07:45:47 matt Exp $ */
+/* $NetBSD: cache_r10k.c,v 1.6 2015/06/09 17:53:25 macallan Exp $ */
/*-
* Copyright (c) 2003 Takao Shinohara.
@@ -61,6 +61,7 @@
#include <sys/param.h>
+#include <mips/cpuregs.h>
#include <mips/cache.h>
#include <mips/cache_r4k.h>
#include <mips/cache_r10k.h>
diff -r d70b91743c02 -r 1fa5ab116d18 sys/arch/mips/mips/cache_r3k.c
--- a/sys/arch/mips/mips/cache_r3k.c Tue Jun 09 16:29:01 2015 +0000
+++ b/sys/arch/mips/mips/cache_r3k.c Tue Jun 09 17:53:25 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r3k.c,v 1.5 2011/02/20 07:45:47 matt Exp $ */
+/* $NetBSD: cache_r3k.c,v 1.6 2015/06/09 18:15:47 macallan Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,10 +36,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache_r3k.c,v 1.5 2011/02/20 07:45:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache_r3k.c,v 1.6 2015/06/09 18:15:47 macallan Exp $");
#include <sys/param.h>
+#include <mips/cpuregs.h>
#include <mips/cache.h>
#include <mips/cache_r3k.h>
Home |
Main Index |
Thread Index |
Old Index