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 Always include mipsX_tlb_write_indexed.



details:   https://anonhg.NetBSD.org/src/rev/a1fba3133314
branches:  trunk
changeset: 762506:a1fba3133314
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 22 08:19:47 2011 +0000

description:
Always include mipsX_tlb_write_indexed.

diffstat:

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

diffs (35 lines):

diff -r a43335ebe938 -r a1fba3133314 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Tue Feb 22 08:18:47 2011 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Tue Feb 22 08:19:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.38 2011/02/20 07:45:48 matt Exp $     */
+/*     $NetBSD: mipsX_subr.S,v 1.39 2011/02/22 08:19:47 matt Exp $     */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2442,7 +2442,6 @@
        nop
 END(MIPSX(cpu_switch_resume))
 
-#if defined(ENABLE_MIPS3_WIRED_MAP)
 /*--------------------------------------------------------------------------
  *
  * mipsN_tlb_write_indexed --
@@ -2502,7 +2501,6 @@
        j       ra
        mtc0    v1, MIPS_COP_0_STATUS           # Restore the status register
 END(MIPSX(tlb_write_indexed))
-#endif /* ENABLE_MIPS3_WIRED_MAP */
 
 #if defined(MIPS3)
 /*----------------------------------------------------------------------------
@@ -2635,9 +2633,7 @@
        PTR_WORD _C_LABEL(MIPSX(tlb_update))
        PTR_WORD _C_LABEL(MIPSX(tlb_enter))
        PTR_WORD _C_LABEL(MIPSX(tlb_read_indexed))
-#if defined(ENABLE_MIPS3_WIRED_MAP)
        PTR_WORD _C_LABEL(MIPSX(tlb_write_indexed))
-#else
        PTR_WORD _C_LABEL(nullop)
 #endif
 



Home | Main Index | Thread Index | Old Index