diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2007-05-11 07:23:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 17:29:37 +0200 |
commit | fdb902b1225e1668315f38e96d2f439452c03a15 (patch) | |
tree | 6751950608a7635df899bc5f20184754342b94a6 /arch/x86_64 | |
parent | signal/timer/event: eventfd core (diff) | |
download | linux-fdb902b1225e1668315f38e96d2f439452c03a15.tar.xz linux-fdb902b1225e1668315f38e96d2f439452c03a15.zip |
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')
-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 bdbed0a7e5e4..52be79beb306 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: |