aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-05-26 12:12:13 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-26 12:12:13 +0100
commita85fab1c795c88675ba3e23e68d821c57e9920fc (patch)
tree7263adfd02738c15c648fd013244f162107e377f /arch/arm/kernel
parentARM: 6863/1: allow hotplug on msm (diff)
downloadlinux-dev-a85fab1c795c88675ba3e23e68d821c57e9920fc.tar.xz
linux-dev-a85fab1c795c88675ba3e23e68d821c57e9920fc.zip
ARM: add sendmmsg syscall
Commit 228e548e (net: Add sendmmsg socket system call) added the new sendmmsg syscall. Add this to the syscall table for ARM. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r--arch/arm/kernel/calls.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S
index 7fbf28c35bb2..24cdac3ce2e3 100644
--- a/arch/arm/kernel/calls.S
+++ b/arch/arm/kernel/calls.S
@@ -383,6 +383,7 @@
CALL(sys_open_by_handle_at)
CALL(sys_clock_adjtime)
CALL(sys_syncfs)
+ CALL(sys_sendmmsg)
#ifndef syscalls_counted
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
#define syscalls_counted