diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2007-05-10 22:23:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 08:29:37 -0700 |
commit | fdb902b1225e1668315f38e96d2f439452c03a15 (patch) | |
tree | 6751950608a7635df899bc5f20184754342b94a6 /arch/x86_64/ia32 | |
parent | e1ad7468c77ddb94b0615d5f50fa255525fde0f0 (diff) |
signal/timer/event: eventfd wire up x86 arches
This patch wires the eventfd system call to the x86 architectures.
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86_64/ia32')
-rw-r--r-- | arch/x86_64/ia32/ia32entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/ia32entry.S b/arch/x86_64/ia32/ia32entry.S index bdbed0a7e5e..52be79beb30 100644 --- a/arch/x86_64/ia32/ia32entry.S +++ b/arch/x86_64/ia32/ia32entry.S @@ -718,4 +718,5 @@ ia32_sys_call_table: .quad compat_sys_utimensat /* 320 */ .quad sys_signalfd .quad sys_timerfd + .quad sys_eventfd ia32_syscall_end: |