aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2007-02-01 19:54:13 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-02-06 16:53:23 +0000
commit37f26742437df885ddd72150ab352d0a931cd3a7 (patch)
tree8ce99fc2eb241f39ee54727c38567be24c75340d
parent[MIPS] Check FCSR for pending interrupts before restoring from a context. (diff)
downloadlinux-dev-37f26742437df885ddd72150ab352d0a931cd3a7.tar.xz
linux-dev-37f26742437df885ddd72150ab352d0a931cd3a7.zip
[MIPS] Move .set reorder out of conditional code
Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/kernel/r4k_fpu.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S
index 8b5ccfa99dd1..59c1577ecbb3 100644
--- a/arch/mips/kernel/r4k_fpu.S
+++ b/arch/mips/kernel/r4k_fpu.S
@@ -193,9 +193,10 @@ LEAF(_restore_fp_context32)
jr ra
li v0, 0 # success
END(_restore_fp_context32)
- .set reorder
#endif
+ .set reorder
+
.type fault@function
.ent fault
fault: li v0, -EFAULT # failure