Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: wire up new process_vm syscalls

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>

authored by

Mike Frysinger and committed by
Bob Liu
dd47ba13 0db07a90

+5 -1
+3 -1
arch/blackfin/include/asm/unistd.h
··· 399 399 #define __NR_syncfs 378 400 400 #define __NR_setns 379 401 401 #define __NR_sendmmsg 380 402 + #define __NR_process_vm_readv 381 403 + #define __NR_process_vm_writev 382 402 404 403 - #define __NR_syscall 381 405 + #define __NR_syscall 383 404 406 #define NR_syscalls __NR_syscall 405 407 406 408 /* Old optional stuff no one actually uses */
+2
arch/blackfin/mach-common/entry.S
··· 1755 1755 .long _sys_syncfs 1756 1756 .long _sys_setns 1757 1757 .long _sys_sendmmsg /* 380 */ 1758 + .long _sys_process_vm_readv 1759 + .long _sys_process_vm_writev 1758 1760 1759 1761 .rept NR_syscalls-(.-_sys_call_table)/4 1760 1762 .long _sys_ni_syscall