diff options
author | Chris Dearman <chris@mips.com> | 2007-02-01 19:54:13 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-06 16:53:23 +0000 |
commit | 37f26742437df885ddd72150ab352d0a931cd3a7 (patch) | |
tree | 8ce99fc2eb241f39ee54727c38567be24c75340d /arch/mips/kernel/r4k_fpu.S | |
parent | 6d6671066a311703bca1b91645bb1e04cc983387 (diff) | |
download | blackbird-obmc-linux-37f26742437df885ddd72150ab352d0a931cd3a7.tar.gz blackbird-obmc-linux-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>
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) 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 |