aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r4k_fpu.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/r4k_fpu.S')
-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)
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
201fault: li v0, -EFAULT # failure 202fault: li v0, -EFAULT # failure