Skip to content

Commit

Permalink
FRV: Change the timerfd syscalls to be the same as i386
Browse files Browse the repository at this point in the history
Change the FRV timerfd syscalls to be the same as i386 timerfd syscalls.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 21, 2008
1 parent 2d0e2ba commit e80af3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion arch/frv/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1494,9 +1494,11 @@ sys_call_table:
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd_create
.long sys_eventfd
.long sys_fallocate
.long sys_timerfd_settime /* 325 */
.long sys_timerfd_gettime


syscall_table_size = (. - sys_call_table)
4 changes: 3 additions & 1 deletion include/asm-frv/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,11 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
/* #define __NR_timerfd 322 removed */
#define __NR_timerfd_create 322
#define __NR_eventfd 323
#define __NR_fallocate 324
#define __NR_timerfd_settime 325
#define __NR_timerfd_gettime 326

#ifdef __KERNEL__

Expand Down

0 comments on commit e80af3a

Please sign in to comment.