From b4f04eeaad991c371da80a7bfa346d360d369501 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 19 Feb 2000 01:56:21 +0000 Subject: [PATCH] Disable the sN,sp,gp register restore code for now, as it seems to collide with something else. --- sys/arch/mips/mips/locore_mips1.S | 4 ++-- sys/arch/mips/mips/locore_mips3.S | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/mips/mips/locore_mips1.S b/sys/arch/mips/mips/locore_mips1.S index b10311cd22f2..21109d8631c1 100644 --- a/sys/arch/mips/mips/locore_mips1.S +++ b/sys/arch/mips/mips/locore_mips1.S @@ -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 @@ NESTED_NOPROFILE(mips1_KernGenException, KERNFRAME_SIZ, ra) 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 --git a/sys/arch/mips/mips/locore_mips3.S b/sys/arch/mips/mips/locore_mips3.S index 432cede27495..212cc0f4cd96 100644 --- a/sys/arch/mips/mips/locore_mips3.S +++ b/sys/arch/mips/mips/locore_mips3.S @@ -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 @@ NESTED_NOPROFILE(mips3_KernGenException, KERNFRAME_SIZ, ra) 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)