From fdb902b1225e1668315f38e96d2f439452c03a15 Mon Sep 17 00:00:00 2001 From: Davide Libenzi Date: Thu, 10 May 2007 22:23:20 -0700 Subject: signal/timer/event: eventfd wire up x86 arches This patch wires the eventfd system call to the x86 architectures. Signed-off-by: Davide Libenzi Cc: Michael Kerrisk Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/i386/kernel/syscall_table.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/i386/kernel/syscall_table.S') diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index d50634c74ed..bf6adce5226 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S @@ -322,3 +322,4 @@ ENTRY(sys_call_table) .long sys_utimensat /* 320 */ .long sys_signalfd .long sys_timerfd + .long sys_eventfd -- cgit v1.2.3