aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kernel/r2300_fpu.S2
-rw-r--r--arch/mips/kernel/r4k_fpu.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/r2300_fpu.S b/arch/mips/kernel/r2300_fpu.S
index 5ce3b746cedc..b4ac6374a38f 100644
--- a/arch/mips/kernel/r2300_fpu.S
+++ b/arch/mips/kernel/r2300_fpu.S
@@ -125,7 +125,7 @@ LEAF(_restore_fp_context)
125 END(_restore_fp_context) 125 END(_restore_fp_context)
126 .set reorder 126 .set reorder
127 127
128 .type fault@function 128 .type fault, @function
129 .ent fault 129 .ent fault
130fault: li v0, -EFAULT 130fault: li v0, -EFAULT
131 jr ra 131 jr ra
diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S
index f09546ee2cdc..17732f876eff 100644
--- a/arch/mips/kernel/r4k_fpu.S
+++ b/arch/mips/kernel/r4k_fpu.S
@@ -358,7 +358,7 @@ LEAF(_restore_msa_all_upper)
358 358
359 .set reorder 359 .set reorder
360 360
361 .type fault@function 361 .type fault, @function
362 .ent fault 362 .ent fault
363fault: li v0, -EFAULT # failure 363fault: li v0, -EFAULT # failure
364 jr ra 364 jr ra