]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
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 ca7765e5f9679db8b136d314574d09fc29d80853..bb7d2702c2c912b011a8c592362c2214414449aa 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 a694009bb8169e3d01373109d075c7643be66858..46327cea1e5c53e42ae9939d52985a647bc2d624 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 030966a9305cf5202b94e516f5ffdbbbd71f5179..7c486f3e3a3c1d969a1af787520034a6441172e2 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 ca0a6142ab632ff957b5d91605175b20438d3798..ba1a737afe80723bf4e5fcad513f09f339087acb 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