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 Delete unused lines.



details:   https://anonhg.NetBSD.org/src/rev/a508bd2b4c95
branches:  trunk
changeset: 481413:a508bd2b4c95
user:      takemura <takemura%NetBSD.org@localhost>
date:      Fri Jan 28 15:18:32 2000 +0000

description:
Delete unused lines.

diffstat:

 sys/arch/mips/mips/locore.S |  15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diffs (31 lines):

diff -r e481b481a416 -r a508bd2b4c95 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Fri Jan 28 15:08:36 2000 +0000
+++ b/sys/arch/mips/mips/locore.S       Fri Jan 28 15:18:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.85 2000/01/28 15:08:37 takemura Exp $     */
+/*     $NetBSD: locore.S,v 1.86 2000/01/28 15:18:32 takemura Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -267,21 +267,8 @@
 1:
        lw      t0, _C_LABEL(whichqs)           # look for non-empty queue
        nop
-#if defined(MIPS3_4100) && defined(VR41_STANDBY_IDLE)
-       bne     t0, zero, 1f
-       nop
-       .word   0x42000021                      # standby
-       nop
-       nop
-       nop
-       nop
        beq     t0, zero, 1b
        nop
-1:
-#else /* MIPS3_4100 && defined(VR41_STANDBY_IDLE) */ 
-       beq     t0, zero, 1b
-       nop
-#endif /* MIPS3_4100 && defined(VR41_STANDBY_IDLE) */ 
        la      ra, sw1
        j       ra
        mtc0    zero, MIPS_COP_0_STATUS         # disable all interrupts



Home | Main Index | Thread Index | Old Index