sh: wire up sys_sendmmsg.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 23 May 2011 05:41:32 +0000 (14:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 23 May 2011 05:41:32 +0000 (14:41 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/unistd_32.h
arch/sh/include/asm/unistd_64.h
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_64.S

index ca7765e..bb7d270 100644 (file)
 #define __NR_open_by_handle_at 360
 #define __NR_clock_adjtime     361
 #define __NR_syncfs            362
+#define __NR_sendmmsg          363
 
-#define NR_syscalls 363
+#define NR_syscalls 364
 
 #ifdef __KERNEL__
 
index a694009..46327ce 100644 (file)
 #define __NR_open_by_handle_at 371
 #define __NR_clock_adjtime     372
 #define __NR_syncfs            373
+#define __NR_sendmmsg          374
 
 #ifdef __KERNEL__
 
-#define NR_syscalls 374
+#define NR_syscalls 375
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_OLD_READDIR
index 030966a..7c486f3 100644 (file)
@@ -380,3 +380,4 @@ ENTRY(sys_call_table)
        .long sys_open_by_handle_at     /* 360 */
        .long sys_clock_adjtime
        .long sys_syncfs
+       .long sys_sendmmsg
index ca0a614..ba1a737 100644 (file)
@@ -400,3 +400,4 @@ sys_call_table:
        .long sys_open_by_handle_at
        .long sys_clock_adjtime
        .long sys_syncfs
+       .long sys_sendmmsg