diff options
author | Helge Deller <deller@gmx.de> | 2013-02-08 15:08:25 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-02-20 16:55:15 -0500 |
commit | 24084747df3474bbdeb0880d26afe82c42161a6b (patch) | |
tree | 72e0cfeff3f6a9172e103f391c179100154c0e02 /arch/parisc/include | |
parent | 95bb2f0b40de9074af740ca6569c26813fde307d (diff) |
parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module syscalls
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/uapi/asm/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index e178f30f2ccc..2c8b9bde18eb 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h | |||
@@ -822,8 +822,12 @@ | |||
822 | #define __NR_syncfs (__NR_Linux + 327) | 822 | #define __NR_syncfs (__NR_Linux + 327) |
823 | #define __NR_setns (__NR_Linux + 328) | 823 | #define __NR_setns (__NR_Linux + 328) |
824 | #define __NR_sendmmsg (__NR_Linux + 329) | 824 | #define __NR_sendmmsg (__NR_Linux + 329) |
825 | #define __NR_process_vm_readv (__NR_Linux + 330) | ||
826 | #define __NR_process_vm_writev (__NR_Linux + 331) | ||
827 | #define __NR_kcmp (__NR_Linux + 332) | ||
828 | #define __NR_finit_module (__NR_Linux + 333) | ||
825 | 829 | ||
826 | #define __NR_Linux_syscalls (__NR_sendmmsg + 1) | 830 | #define __NR_Linux_syscalls (__NR_finit_module + 1) |
827 | 831 | ||
828 | 832 | ||
829 | #define __IGNORE_select /* newselect */ | 833 | #define __IGNORE_select /* newselect */ |