aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls_64.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-07 14:40:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-11-11 10:58:16 +0900
commit149c370f3e06a6b43bf1d922ccd1f969c59c7c77 (patch)
treecccb240dac1fcd51732af1a761f052dc79e34f49 /arch/sh/kernel/syscalls_64.S
parentMerge branches 'sh/core' and 'sh/serial-rework' into sh-fixes-for-linus (diff)
downloadlinux-dev-149c370f3e06a6b43bf1d922ccd1f969c59c7c77.tar.xz
linux-dev-149c370f3e06a6b43bf1d922ccd1f969c59c7c77.zip
sh: Wire up process_vm syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_64.S')
-rw-r--r--arch/sh/kernel/syscalls_64.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S
index ceb34b94afa9..9af7de26fb71 100644
--- a/arch/sh/kernel/syscalls_64.S
+++ b/arch/sh/kernel/syscalls_64.S
@@ -402,3 +402,5 @@ sys_call_table:
.long sys_syncfs
.long sys_sendmmsg
.long sys_setns /* 375 */
+ .long sys_process_vm_readv
+ .long sys_process_vm_writev