diff options
author | Chris Dearman <chris@mips.com> | 2007-02-01 14:54:13 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-06 11:53:23 -0500 |
commit | 37f26742437df885ddd72150ab352d0a931cd3a7 (patch) | |
tree | 8ce99fc2eb241f39ee54727c38567be24c75340d /arch/mips/kernel/r4k_fpu.S | |
parent | 6d6671066a311703bca1b91645bb1e04cc983387 (diff) |
[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>
Diffstat (limited to 'arch/mips/kernel/r4k_fpu.S')
-rw-r--r-- | arch/mips/kernel/r4k_fpu.S | 3 |
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) | |||
193 | jr ra | 193 | jr ra |
194 | li v0, 0 # success | 194 | li v0, 0 # success |
195 | END(_restore_fp_context32) | 195 | END(_restore_fp_context32) |
196 | .set reorder | ||
197 | #endif | 196 | #endif |
198 | 197 | ||
198 | .set reorder | ||
199 | |||
199 | .type fault@function | 200 | .type fault@function |
200 | .ent fault | 201 | .ent fault |
201 | fault: li v0, -EFAULT # failure | 202 | fault: li v0, -EFAULT # failure |