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/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 293e39c..ee56a9b 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S
@@ -382,3 +382,5 @@ .long sys_syncfs .long sys_sendmmsg .long sys_setns + .long sys_process_vm_readv /* 365 */ + .long sys_process_vm_writev