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

alpha: Wire up cross memory attach syscalls

Add sys_process_vm_readv and sys_process_vm_writev to Alpha.

Signed-off-by: Michael Cree <mcree@orcon.net.nz>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Michael Cree and committed by
Linus Torvalds
d8d5da12 a2fa3ccd

+5 -1
+3 -1
arch/alpha/include/asm/unistd.h
··· 465 465 #define __NR_setns 501 466 466 #define __NR_accept4 502 467 467 #define __NR_sendmmsg 503 468 + #define __NR_process_vm_readv 504 469 + #define __NR_process_vm_writev 505 468 470 469 471 #ifdef __KERNEL__ 470 472 471 - #define NR_SYSCALLS 504 473 + #define NR_SYSCALLS 506 472 474 473 475 #define __ARCH_WANT_OLD_READDIR 474 476 #define __ARCH_WANT_STAT64
+2
arch/alpha/kernel/systbls.S
··· 522 522 .quad sys_setns 523 523 .quad sys_accept4 524 524 .quad sys_sendmmsg 525 + .quad sys_process_vm_readv 526 + .quad sys_process_vm_writev /* 505 */ 525 527 526 528 .size sys_call_table, . - sys_call_table 527 529 .type sys_call_table, @object