Skip to content

Commit

Permalink
[MIPS] Move .set reorder out of conditional code
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Feb 6, 2007
1 parent 6d66710 commit 37f2674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/mips/kernel/r4k_fpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f2674

Please sign in to comment.