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

FRV: Wire up new syscalls

Wire up new system calls for the FRV arch (preadv and pwritev).

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

David Howells and committed by
Linus Torvalds
e37469f6 9b820a8c

+5 -1
+3 -1
arch/frv/include/asm/unistd.h
··· 339 339 #define __NR_dup3 330 340 340 #define __NR_pipe2 331 341 341 #define __NR_inotify_init1 332 342 + #define __NR_preadv 333 343 + #define __NR_pwritev 334 342 344 343 345 #ifdef __KERNEL__ 344 346 345 - #define NR_syscalls 333 347 + #define NR_syscalls 335 346 348 347 349 #define __ARCH_WANT_IPC_PARSE_VERSION 348 350 /* #define __ARCH_WANT_OLD_READDIR */
+2
arch/frv/kernel/entry.S
··· 1525 1525 .long sys_dup3 /* 330 */ 1526 1526 .long sys_pipe2 1527 1527 .long sys_inotify_init1 1528 + .long sys_preadv 1529 + .long sys_pwritev 1528 1530 1529 1531 syscall_table_size = (. - sys_call_table)