diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-11-07 06:40:45 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 02:58:16 +0100 |
commit | 149c370f3e06a6b43bf1d922ccd1f969c59c7c77 (patch) | |
tree | cccb240dac1fcd51732af1a761f052dc79e34f49 /arch/sh/include/asm/unistd_64.h | |
parent | Merge branches 'sh/core' and 'sh/serial-rework' into sh-fixes-for-linus (diff) | |
download | linux-149c370f3e06a6b43bf1d922ccd1f969c59c7c77.tar.xz linux-149c370f3e06a6b43bf1d922ccd1f969c59c7c77.zip |
sh: Wire up process_vm syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_64.h')
-rw-r--r-- | arch/sh/include/asm/unistd_64.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h index ec9898665f23..c330c23db5a0 100644 --- a/arch/sh/include/asm/unistd_64.h +++ b/arch/sh/include/asm/unistd_64.h @@ -396,10 +396,12 @@ #define __NR_syncfs 373 #define __NR_sendmmsg 374 #define __NR_setns 375 +#define __NR_process_vm_readv 376 +#define __NR_process_vm_writev 377 #ifdef __KERNEL__ -#define NR_syscalls 376 +#define NR_syscalls 378 #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR |