Module Name: src
Committed By: macallan
Date: Tue Jun 9 17:53:25 UTC 2015
Modified Files:
src/sys/arch/mips/mips: cache_r10k.c
Log Message:
yet another cpuregs.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/cache_r10k.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/mips/mips/cache_r10k.c
diff -u src/sys/arch/mips/mips/cache_r10k.c:1.5 src/sys/arch/mips/mips/cache_r10k.c:1.6
--- src/sys/arch/mips/mips/cache_r10k.c:1.5 Sun Feb 20 07:45:47 2011
+++ src/sys/arch/mips/mips/cache_r10k.c Tue Jun 9 17:53:25 2015
@@ -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>