summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r2300_switch.S
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-10-12 17:33:49 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-10-12 17:33:49 +0000
commitf20726c6656eb8412fafe93d7e42bef64819bb99 (patch)
tree1bb272e9142f126b49fdb26a80d7051eeb6b7e6e /arch/mips/kernel/r2300_switch.S
parentd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (diff)
o R3000 fixes
o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
Diffstat (limited to 'arch/mips/kernel/r2300_switch.S')
-rw-r--r--arch/mips/kernel/r2300_switch.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/kernel/r2300_switch.S b/arch/mips/kernel/r2300_switch.S
index 710345c00..c94037a24 100644
--- a/arch/mips/kernel/r2300_switch.S
+++ b/arch/mips/kernel/r2300_switch.S
@@ -1,4 +1,4 @@
-/* $Id: r2300_switch.S,v 1.7 1999/08/09 19:43:14 harald Exp $
+/* $Id: r2300_switch.S,v 1.8 1999/08/18 23:37:44 ralf Exp $
*
* r2300_switch.S: R2300 specific task switching code.
*
@@ -55,12 +55,8 @@ LEAF(resume)
lw a2, THREAD_STATUS($28)
nor a3, $0, a3
and a2, a3
- lw a3, TASK_MM($28)
or a2, t1
- lw a3, MM_CONTEXT(a3)
mtc0 a2, CP0_STATUS
- andi a3, 0xfc0
- mtc0 a3, CP0_ENTRYHI
jr ra
move v0, a0
END(resume)