commit | 5d0e146493a3306b931338ac030bc7a8de40c066 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Feb 07 13:05:13 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Feb 14 14:22:08 2008 +0900 |
tree | 08ee197b46b2cc27a4ea8a5e37a30d7933e9f26c | |
parent | 87153058b2e3bedfd339dbfec5dd6dd3d98677b0 [diff] [blame] |
sh: Wire up new timerfd syscalls. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index 12c7340..d5d7843 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S
@@ -376,6 +376,8 @@ .long sys_epoll_pwait .long sys_utimensat .long sys_signalfd - .long sys_ni_syscall /* 350 */ + .long sys_timerfd_create /* 350 */ .long sys_eventfd .long sys_fallocate + .long sys_timerfd_settime + .long sys_timerfd_gettime