diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 02:29:55 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-21 07:32:14 +0200 |
commit | 26bbfda8b1a4d491a86c60b3a97948a4f49fb86a (patch) | |
tree | 34410ca6fc6f048c45acac9fc197044881434798 /arch | |
parent | sh: revert addition of page fault notifiers (diff) | |
download | linux-26bbfda8b1a4d491a86c60b3a97948a4f49fb86a.tar.xz linux-26bbfda8b1a4d491a86c60b3a97948a4f49fb86a.zip |
sh: Wire up signalfd/timerfd/eventfd syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/syscalls.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index 4357d1a6358f..7db1c2dc5992 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S @@ -355,3 +355,6 @@ ENTRY(sys_call_table) .long sys_getcpu .long sys_epoll_pwait .long sys_utimensat /* 320 */ + .long sys_signalfd + .long sys_timerfd + .long sys_eventfd |