summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/genex.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/genex.S')
-rw-r--r--arch/mips/lib/genex.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/lib/genex.S b/arch/mips/lib/genex.S
index 8941714af9..5fb2223231 100644
--- a/arch/mips/lib/genex.S
+++ b/arch/mips/lib/genex.S
@@ -31,3 +31,9 @@ NESTED(except_vec3_generic, 0, sp)
nop
END(except_vec3_generic)
.set at
+
+FEXPORT(ret_from_exception)
+ .set noat
+ RESTORE_ALL_AND_RET
+ nop
+ .set at