summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-26 00:16:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-26 00:16:35 +0000
commit046225d5c0ab1319c57be36f9628dd864cd30b34 (patch)
treeb418826520ac29f7aaae3b6fc9279c1442f79264 /arch/mips
parent6312cf639b6021eb2fa59eba0009b338dad33035 (diff)
Sysmips(MIPS_ATOMIC_SET,...) has to return via o32_ret_from_sys_call.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/sysmips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/sysmips.c b/arch/mips/kernel/sysmips.c
index 2ceb8fe4f..827811b1f 100644
--- a/arch/mips/kernel/sysmips.c
+++ b/arch/mips/kernel/sysmips.c
@@ -111,7 +111,7 @@ sys_sysmips(int cmd, int arg1, int arg2, int arg3)
__asm__ __volatile__(
"move\t$29, %0\n\t"
- "j\tret_from_sys_call"
+ "j\to32_ret_from_sys_call"
: /* No outputs */
: "r" (&cmd));
/* Unreached */