summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Cree2011-11-01 01:10:01 +0100
committerLinus Torvalds2011-11-01 01:30:51 +0100
commita8aff21ecc8c455687c5bb2b98cb04dce3eea7c7 (patch)
treeedf658407bec93df643608062e00645d56a54f98 /arch
parentalpha: wire up accept4 syscall (diff)
downloadkernel-qcow2-linux-a8aff21ecc8c455687c5bb2b98cb04dce3eea7c7.tar.gz
kernel-qcow2-linux-a8aff21ecc8c455687c5bb2b98cb04dce3eea7c7.tar.xz
kernel-qcow2-linux-a8aff21ecc8c455687c5bb2b98cb04dce3eea7c7.zip
alpha: wire up sendmmsg syscall
Signed-off-by: Michael Cree <mcree@orcon.net.nz> Reviewed-by: Matt Turner <mattst88@gmail.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/alpha/include/asm/unistd.h3
-rw-r--r--arch/alpha/kernel/systbls.S1
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h
index 1fbfd6450a31..2207fc61665d 100644
--- a/arch/alpha/include/asm/unistd.h
+++ b/arch/alpha/include/asm/unistd.h
@@ -458,10 +458,11 @@
#define __NR_syncfs 500
#define __NR_setns 501
#define __NR_accept4 502
+#define __NR_sendmmsg 503
#ifdef __KERNEL__
-#define NR_SYSCALLS 503
+#define NR_SYSCALLS 504
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S
index 53d0ce2d304c..e534e1c5bc11 100644
--- a/arch/alpha/kernel/systbls.S
+++ b/arch/alpha/kernel/systbls.S
@@ -521,6 +521,7 @@ sys_call_table:
.quad sys_syncfs /* 500 */
.quad sys_setns
.quad sys_accept4
+ .quad sys_sendmmsg
.size sys_call_table, . - sys_call_table
.type sys_call_table, @object