Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Make MIPS1+MIPS3 compile again.



details:   https://anonhg.NetBSD.org/src/rev/1f5784b3ad59
branches:  trunk
changeset: 484032:1f5784b3ad59
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Mar 23 14:49:29 2000 +0000

description:
Make MIPS1+MIPS3 compile again.

diffstat:

 sys/arch/mips/include/locore.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ceb8eed3cd51 -r 1f5784b3ad59 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Thu Mar 23 14:32:41 2000 +0000
+++ b/sys/arch/mips/include/locore.h    Thu Mar 23 14:49:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.25 2000/03/19 19:16:13 soren Exp $        */
+/*     $NetBSD: locore.h,v 1.26 2000/03/23 14:49:29 soren Exp $        */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -199,6 +199,7 @@
 #define MachTLBUpdate          (*(mips_locore_jumpvec.tlbUpdate))
 #define wbflush()              (*(mips_locore_jumpvec.wbflush))()
 #define proc_trampoline                (mips_locore_jumpvec.proc_trampoline)
+#define MachHitFlushDCache     mips3_HitFlushDCache
 #endif
 
 /* cpu_switch_resume is called inside locore.S */



Home | Main Index | Thread Index | Old Index