aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-12-11 15:29:31 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-12-11 15:29:31 +0900
commitc89fbd3987d058fad3ea072aab68adfbdd13e498 (patch)
tree664ec0fcf8074e87d6384c35025d1b459b795923 /arch/sh/kernel
parentsh: ftrace: Fix up syscall tracing build. (diff)
downloadlinux-dev-c89fbd3987d058fad3ea072aab68adfbdd13e498.tar.xz
linux-dev-c89fbd3987d058fad3ea072aab68adfbdd13e498.zip
sh: Wire up recvmmsg syscall.
The stub already existed in the _64 syscall table, but was lacking a __NR_recvmmsg definition, while it was absent entirely for _32 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-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 19fd11dd9871..4bd5a1146956 100644
--- a/arch/sh/kernel/syscalls_32.S
+++ b/arch/sh/kernel/syscalls_32.S
@@ -353,3 +353,4 @@ ENTRY(sys_call_table)
.long sys_pwritev
.long sys_rt_tgsigqueueinfo /* 335 */
.long sys_perf_event_open
+ .long sys_recvmmsg