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 Disable the sN, sp, gp register restore cod...



details:   https://anonhg.NetBSD.org/src/rev/fa331b8bdec5
branches:  trunk
changeset: 482675:fa331b8bdec5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Feb 19 01:56:21 2000 +0000

description:
Disable the sN,sp,gp register restore code for now, as it seems to collide with
something else.

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  4 ++--
 sys/arch/mips/mips/locore_mips3.S |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a3a654f7500f -r fa331b8bdec5 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Sat Feb 19 01:55:42 2000 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Sat Feb 19 01:56:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips1.S,v 1.20 2000/02/18 18:36:41 thorpej Exp $        */
+/*     $NetBSD: locore_mips1.S,v 1.21 2000/02/19 01:56:21 mycroft Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -267,7 +267,7 @@
        lw      t9, TF_BASE+TF_REG_T9(sp)
        lw      ra, TF_BASE+TF_REG_RA(sp)
        addu    sp, sp, KERNFRAME_SIZ
-#ifdef DDB
+#ifdef DDBnotyet
        la      k1, _C_LABEL(kdbaux)
        lw      s0, SF_REG_S0(k1)
        lw      s1, SF_REG_S1(k1)
diff -r a3a654f7500f -r fa331b8bdec5 sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Sat Feb 19 01:55:42 2000 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Sat Feb 19 01:56:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips3.S,v 1.16 2000/02/18 00:15:15 mycroft Exp $        */
+/*     $NetBSD: locore_mips3.S,v 1.17 2000/02/19 01:56:21 mycroft Exp $        */
 
 /*
  * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -460,7 +460,7 @@
        REG_L   t9, TF_BASE+TF_REG_T9(sp)
        REG_L   ra, TF_BASE+TF_REG_RA(sp)
        addu    sp, sp, KERNFRAME_SIZ
-#ifdef DDB
+#ifdef DDBnotyet
        la      k0, _C_LABEL(kdbaux)
        REG_L   s0, SF_REG_S0(k0)
        REG_L   s1, SF_REG_S1(k0)



Home | Main Index | Thread Index | Old Index