Skip to content

Commit

Permalink
Fix timerfd breakage on avr32
Browse files Browse the repository at this point in the history
Hmm. Someone removed the timerfd() syscall...

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Feb 5, 2008
1 parent 8cb2a7c commit 46a56c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ sys_call_table:
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
.long sys_timerfd /* 280 */
.long sys_ni_syscall /* 280, was sys_timerfd */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
2 changes: 1 addition & 1 deletion include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@

#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
/* 280 was __NR_timerfd */
#define __NR_eventfd 281

#ifdef __KERNEL__
Expand Down

0 comments on commit 46a56c5

Please sign in to comment.