Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5489847 authored by Russell King's avatar Russell King
Browse files

ARM: wire up process_vm_writev and process_vm_readv syscalls



These two syscalls were introduced during the last merge window.
Add the entries into the ARM call tables for them.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a34dbfb0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -402,6 +402,8 @@
#define __NR_syncfs			(__NR_SYSCALL_BASE+373)
#define __NR_sendmmsg			(__NR_SYSCALL_BASE+374)
#define __NR_setns			(__NR_SYSCALL_BASE+375)
#define __NR_process_vm_readv		(__NR_SYSCALL_BASE+376)
#define __NR_process_vm_writev		(__NR_SYSCALL_BASE+377)

/*
 * The following SWIs are ARM private.
+2 −0
Original line number Diff line number Diff line
@@ -385,6 +385,8 @@
		CALL(sys_syncfs)
		CALL(sys_sendmmsg)
/* 375 */	CALL(sys_setns)
		CALL(sys_process_vm_readv)
		CALL(sys_process_vm_writev)
#ifndef syscalls_counted
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
#define syscalls_counted