aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/scall64-o32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S
index 3d55e3bbdfc3..fefef4af8595 100644
--- a/arch/mips/kernel/scall64-o32.S
+++ b/arch/mips/kernel/scall64-o32.S
@@ -196,7 +196,7 @@ LEAF(sys32_syscall)
196 jr t2 196 jr t2
197 /* Unreached */ 197 /* Unreached */
198 198
199einval: li v0, -EINVAL 199einval: li v0, -ENOSYS
200 jr ra 200 jr ra
201 END(sys32_syscall) 201 END(sys32_syscall)
202 202