commit | 149c370f3e06a6b43bf1d922ccd1f969c59c7c77 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 07 14:40:45 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Nov 11 10:58:16 2011 +0900 |
tree | cccb240dac1fcd51732af1a761f052dc79e34f49 | |
parent | 78b425faafb1d36d7759a7d799e1c60671670532 [diff] [blame] |
sh: Wire up process_vm syscalls. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index 3432008..152b862 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h
@@ -375,8 +375,10 @@ #define __NR_syncfs 362 #define __NR_sendmmsg 363 #define __NR_setns 364 +#define __NR_process_vm_readv 365 +#define __NR_process_vm_writev 366 -#define NR_syscalls 365 +#define NR_syscalls 367 #ifdef __KERNEL__