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

FRV: Wire up new system calls

Wire up for FRV the system calls that were added in the last merge window.

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
784dd7b6 02c36380

+13 -2
+6 -1
arch/frv/kernel/entry.S
··· 1519 1519 .long sys_fallocate 1520 1520 .long sys_timerfd_settime /* 325 */ 1521 1521 .long sys_timerfd_gettime 1522 - 1522 + .long sys_signalfd4 1523 + .long sys_eventfd2 1524 + .long sys_epoll_create1 1525 + .long sys_dup3 /* 330 */ 1526 + .long sys_pipe2 1527 + .long sys_inotify_init1 1523 1528 1524 1529 syscall_table_size = (. - sys_call_table)
+7 -1
include/asm-frv/unistd.h
··· 333 333 #define __NR_fallocate 324 334 334 #define __NR_timerfd_settime 325 335 335 #define __NR_timerfd_gettime 326 336 + #define __NR_signalfd4 327 337 + #define __NR_eventfd2 328 338 + #define __NR_epoll_create1 329 339 + #define __NR_dup3 330 340 + #define __NR_pipe2 331 341 + #define __NR_inotify_init1 332 336 342 337 343 #ifdef __KERNEL__ 338 344 339 - #define NR_syscalls 325 345 + #define NR_syscalls 333 340 346 341 347 #define __ARCH_WANT_IPC_PARSE_VERSION 342 348 /* #define __ARCH_WANT_OLD_READDIR */