Skip to content

Commit

Permalink
x86_64: use signalfd and timerfd compat syscalls
Browse files Browse the repository at this point in the history
Looks like these two are wired up in a wrong way.

Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed May 12, 2007
1 parent 0a203a4 commit ae7d5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/x86_64/ia32/ia32entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ ia32_sys_call_table:
.quad sys_getcpu
.quad sys_epoll_pwait
.quad compat_sys_utimensat /* 320 */
.quad sys_signalfd
.quad sys_timerfd
.quad compat_sys_signalfd
.quad compat_sys_timerfd
.quad sys_eventfd
ia32_syscall_end:
ia32_syscall_end:

0 comments on commit ae7d5c8

Please sign in to comment.