summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-11 05:19:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-04-11 05:19:46 +0000
commitc162d2843275a1f55fc9af421c0b4ec7869fd1cb (patch)
tree4d25dd044764a533dc24746d5a01a60469756127 /arch/mips
parent7e4280af42e457a8cf17c42beff3eb6ede07c3c0 (diff)
Fix delay slot bug.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/r2300_fpu.S1
-rw-r--r--arch/mips/kernel/r4k_fpu.S1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/r2300_fpu.S b/arch/mips/kernel/r2300_fpu.S
index 5489ea9b8..f83c31f72 100644
--- a/arch/mips/kernel/r2300_fpu.S
+++ b/arch/mips/kernel/r2300_fpu.S
@@ -117,6 +117,7 @@ LEAF(_restore_fp_context)
jr ra
ctc1 t0,fcr31
END(_restore_fp_context)
+ .set reorder
.type fault@function
.ent fault
diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S
index 6ad810d04..b1f1fdcc2 100644
--- a/arch/mips/kernel/r4k_fpu.S
+++ b/arch/mips/kernel/r4k_fpu.S
@@ -93,6 +93,7 @@ LEAF(_restore_fp_context)
jr ra
ctc1 t0,fcr31
END(_restore_fp_context)
+ .set reorder
.type fault@function
.ent fault