Module Name: src
Committed By: macallan
Date: Tue Jun 9 18:15:47 UTC 2015
Modified Files:
src/sys/arch/mips/mips: cache_r3k.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_r3k.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_r3k.c
diff -u src/sys/arch/mips/mips/cache_r3k.c:1.5 src/sys/arch/mips/mips/cache_r3k.c:1.6
--- src/sys/arch/mips/mips/cache_r3k.c:1.5 Sun Feb 20 07:45:47 2011
+++ src/sys/arch/mips/mips/cache_r3k.c Tue Jun 9 18:15:47 2015
@@ -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>