aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/syscalls_32.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-09-14 17:43:11 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-09-14 17:43:11 +0900
commit51d149be0a535634b86493a4d910e3320cc984ea (patch)
tree54da47b8e983f4062ca69742c3bd5fd90752852a /arch/sh/kernel/syscalls_32.S
parent459ebb34bd90f1ff12725a17289b7defbc6cd655 (diff)
sh: Provide a non-multiplexed sys_recvmmsg path.
Now that the rest of the socket calls are provided through their own paths, do the same for sys_recvmmsg. It's unlikely we'll ever be able to kill off the socketcall path, but this at least permits userspace to gradually begin migrating. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r--arch/sh/kernel/syscalls_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S
index 0847433e2dbe..e872e81add8a 100644
--- a/arch/sh/kernel/syscalls_32.S
+++ b/arch/sh/kernel/syscalls_32.S
@@ -374,3 +374,4 @@ ENTRY(sys_call_table)
.long sys_getsockopt
.long sys_sendmsg /* 355 */
.long sys_recvmsg
+ .long sys_recvmmsg