commit | 26bbfda8b1a4d491a86c60b3a97948a4f49fb86a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon May 14 09:29:55 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon May 21 14:32:14 2007 +0900 |
tree | 34410ca6fc6f048c45acac9fc197044881434798 | |
parent | fce692e7986f9689a8f414a74e58c4a6d35d5551 [diff] [blame] |
sh: Wire up signalfd/timerfd/eventfd syscalls. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index 4357d1a..7db1c2d 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S
@@ -355,3 +355,6 @@ .long sys_getcpu .long sys_epoll_pwait .long sys_utimensat /* 320 */ + .long sys_signalfd + .long sys_timerfd + .long sys_eventfd