]> Pileus Git - ~andy/linux/commitdiff
parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module syscalls
authorHelge Deller <deller@gmx.de>
Fri, 8 Feb 2013 20:08:25 +0000 (20:08 +0000)
committerHelge Deller <deller@gmx.de>
Wed, 20 Feb 2013 21:55:15 +0000 (22:55 +0100)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/kernel/syscall_table.S

index e178f30f2ccc5dc14e76857ac6bbf8d96f08ef9a..2c8b9bde18ebf7129493c5f8500d162c06a82824 100644 (file)
 #define __NR_syncfs            (__NR_Linux + 327)
 #define __NR_setns             (__NR_Linux + 328)
 #define __NR_sendmmsg          (__NR_Linux + 329)
+#define __NR_process_vm_readv  (__NR_Linux + 330)
+#define __NR_process_vm_writev (__NR_Linux + 331)
+#define __NR_kcmp              (__NR_Linux + 332)
+#define __NR_finit_module      (__NR_Linux + 333)
 
-#define __NR_Linux_syscalls    (__NR_sendmmsg + 1)
+#define __NR_Linux_syscalls    (__NR_finit_module + 1)
 
 
 #define __IGNORE_select                /* newselect */
index 54d950b067b7ff99845f1d4d67cdec88068b4b92..cf7094c239f81881410d9babe775b046297d4470 100644 (file)
        ENTRY_SAME(syncfs)
        ENTRY_SAME(setns)
        ENTRY_COMP(sendmmsg)
+       ENTRY_COMP(process_vm_readv)    /* 330 */
+       ENTRY_COMP(process_vm_writev)
+       ENTRY_SAME(kcmp)
+       ENTRY_SAME(finit_module)
 
        /* Nothing yet */