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 Adjust for 5900 include file changes.



details:   https://anonhg.NetBSD.org/src/rev/03d2f9acb691
branches:  trunk
changeset: 523169:03d2f9acb691
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 05 16:06:04 2002 +0000

description:
Adjust for 5900 include file changes.

diffstat:

 sys/arch/mips/mips/cache_r5900.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 298c4fd530e7 -r 03d2f9acb691 sys/arch/mips/mips/cache_r5900.c
--- a/sys/arch/mips/mips/cache_r5900.c  Tue Mar 05 16:05:26 2002 +0000
+++ b/sys/arch/mips/mips/cache_r5900.c  Tue Mar 05 16:06:04 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache_r5900.c,v 1.2 2001/11/14 18:26:23 thorpej Exp $  */
+/*     $NetBSD: cache_r5900.c,v 1.3 2002/03/05 16:06:04 simonb Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -38,12 +38,11 @@
 
 #include <sys/param.h>
 
+#include <mips/cpuregs.h>
 #include <mips/cache.h>
 #include <mips/cache_r5900.h>
 #include <mips/locore.h>
 
-#include <mips/r5900/cpuregs.h>
-
 /*
  * Cache operations for R5900-style caches:
  *     I-cache 16KB/64B 2-way assoc.    



Home | Main Index | Thread Index | Old Index