Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86027
b: refs/heads/master
c: e80af3a
h: refs/heads/master
i:
  86025: aaae8a7
  86023: ec6b01e
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 21, 2008
1 parent 9bc170d commit 7c234d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d0e2baa25966cff9bcd0a6e8204e676c2bc54e1
refs/heads/master: e80af3a8dbbbf431b2070cc760699f01c5a6ac69
4 changes: 3 additions & 1 deletion trunk/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 trunk/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 7c234d6

Please sign in to comment.