From 149c370f3e06a6b43bf1d922ccd1f969c59c7c77 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 7 Nov 2011 14:40:45 +0900 Subject: sh: Wire up process_vm syscalls. Signed-off-by: Paul Mundt --- arch/sh/kernel/syscalls_32.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/sh/kernel/syscalls_32.S') diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 293e39c59c00..ee56a9b1a981 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S @@ -382,3 +382,5 @@ ENTRY(sys_call_table) .long sys_syncfs .long sys_sendmmsg .long sys_setns + .long sys_process_vm_readv /* 365 */ + .long sys_process_vm_writev -- cgit v1.2.3-59-g8ed1b