Skip to content

Commit

Permalink
[POWERPC] Wire up some more syscalls
Browse files Browse the repository at this point in the history
signalfd, timerfd and eventfd

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed May 17, 2007
1 parent 7c40542 commit 3692b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions include/asm-powerpc/systbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,6 @@ COMPAT_SYS_SPU(move_pages)
SYSCALL_SPU(getcpu)
COMPAT_SYS(epoll_pwait)
COMPAT_SYS_SPU(utimensat)
COMPAT_SYS_SPU(signalfd)
COMPAT_SYS_SPU(timerfd)
SYSCALL_SPU(eventfd)
5 changes: 4 additions & 1 deletion include/asm-powerpc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,13 @@
#define __NR_getcpu 302
#define __NR_epoll_pwait 303
#define __NR_utimensat 304
#define __NR_signalfd 305
#define __NR_timerfd 306
#define __NR_eventfd 307

#ifdef __KERNEL__

#define __NR_syscalls 305
#define __NR_syscalls 308

#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls
Expand Down

0 comments on commit 3692b94

Please sign in to comment.