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 - Backout the last code change. I found ...



details:   https://anonhg.NetBSD.org/src/rev/3d6832ec1719
branches:  trunk
changeset: 473148:3d6832ec1719
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sat May 22 02:35:35 1999 +0000

description:
- Backout the last code change.  I found it broke pmax kernel.  It's
retained for future use of pmap.new.c, though.

> New codes always use current ASID holded in EntryHi register.

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 27a3219d7049 -r 3d6832ec1719 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Fri May 21 23:07:59 1999 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Sat May 22 02:35:35 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips1.S,v 1.11 1999/05/21 06:36:37 nisimura Exp $       */
+/*     $NetBSD: locore_mips1.S,v 1.12 1999/05/22 02:35:35 nisimura Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1017,6 +1017,7 @@
        j       ra
        mtc0    v1, MIPS_COP_0_STATUS           # Restore the status register
 END(mips1_TLBFlushPID)
+#endif
 
 /*--------------------------------------------------------------------------
  *
@@ -1098,6 +1099,7 @@
        mtc0    v1, MIPS_COP_0_STATUS           # Restore the status register
 END(mips1_TLBUpdate)
 
+#if 0
 /*--------------------------------------------------------------------------
  *
  * mips1_TLBFind --
@@ -1706,7 +1708,6 @@
  * Purge a single TLB entry contains specified VPN if exists.
  */
 LEAF(mips1_purge_single_tlb)
-ALEAF(mips1_TLBFlushAddr)
        mfc0    v1, MIPS_COP_0_STATUS           # save status register
        mtc0    zero, MIPS_COP_0_STATUS         # disable interrupts
 
@@ -1741,7 +1742,6 @@
  * into TLB victimizing a ramdomly choosen one.
  */
 LEAF(mips1_update_tlb)
-ALEAF(mips1_TLBUpdate)
        mfc0    v1, MIPS_COP_0_STATUS           # save status register
        mtc0    zero, MIPS_COP_0_STATUS         # disable interrupts
 



Home | Main Index | Thread Index | Old Index