Skip to content

Commit

Permalink
[AVR32] Wire up signalfd, timerfd and eventfd
Browse files Browse the repository at this point in the history
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed May 13, 2007
1 parent 9caebec commit 78c129b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,7 @@ sys_call_table:
.long sys_shmdt
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
.long sys_timerfd /* 280 */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
5 changes: 4 additions & 1 deletion include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,12 @@
#define __NR_shmctl 277

#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
#define __NR_eventfd 281

#ifdef __KERNEL__
#define NR_syscalls 279
#define NR_syscalls 282


#define __ARCH_WANT_IPC_PARSE_VERSION
Expand Down

0 comments on commit 78c129b

Please sign in to comment.