提交 8727e28d 编写于 作者: G Geert Uytterhoeven 提交者: Linus Torvalds

m68k{,nommu}: Wire up new timerfd syscalls

m68k{,nommu}: Wire up the new timerfd syscalls, which were introduced in
commit 4d672e7a ("timerfd: new timerfd API").
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: NGreg Ungerer <gerg@uclinux.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 0a504779
...@@ -742,7 +742,9 @@ sys_call_table: ...@@ -742,7 +742,9 @@ sys_call_table:
.long sys_epoll_pwait /* 315 */ .long sys_epoll_pwait /* 315 */
.long sys_utimensat .long sys_utimensat
.long sys_signalfd .long sys_signalfd
.long sys_ni_syscall .long sys_timerfd_create
.long sys_eventfd .long sys_eventfd
.long sys_fallocate /* 320 */ .long sys_fallocate /* 320 */
.long sys_timerfd_settime
.long sys_timerfd_gettime
...@@ -336,9 +336,11 @@ ENTRY(sys_call_table) ...@@ -336,9 +336,11 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait /* 315 */ .long sys_epoll_pwait /* 315 */
.long sys_utimensat .long sys_utimensat
.long sys_signalfd .long sys_signalfd
.long sys_ni_syscall .long sys_timerfd_create
.long sys_eventfd .long sys_eventfd
.long sys_fallocate /* 320 */ .long sys_fallocate /* 320 */
.long sys_timerfd_settime
.long sys_timerfd_gettime
.rept NR_syscalls-(.-sys_call_table)/4 .rept NR_syscalls-(.-sys_call_table)/4
.long sys_ni_syscall .long sys_ni_syscall
......
...@@ -320,13 +320,15 @@ ...@@ -320,13 +320,15 @@
#define __NR_epoll_pwait 315 #define __NR_epoll_pwait 315
#define __NR_utimensat 316 #define __NR_utimensat 316
#define __NR_signalfd 317 #define __NR_signalfd 317
#define __NR_timerfd 318 #define __NR_timerfd_create 318
#define __NR_eventfd 319 #define __NR_eventfd 319
#define __NR_fallocate 320 #define __NR_fallocate 320
#define __NR_timerfd_settime 321
#define __NR_timerfd_gettime 322
#ifdef __KERNEL__ #ifdef __KERNEL__
#define NR_syscalls 321 #define NR_syscalls 323
#define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_READDIR
......
...@@ -321,13 +321,15 @@ ...@@ -321,13 +321,15 @@
#define __NR_epoll_pwait 315 #define __NR_epoll_pwait 315
#define __NR_utimensat 316 #define __NR_utimensat 316
#define __NR_signalfd 317 #define __NR_signalfd 317
#define __NR_timerfd 318 #define __NR_timerfd_create 318
#define __NR_eventfd 319 #define __NR_eventfd 319
#define __NR_fallocate 320 #define __NR_fallocate 320
#define __NR_timerfd_settime 321
#define __NR_timerfd_gettime 322
#ifdef __KERNEL__ #ifdef __KERNEL__
#define NR_syscalls 321 #define NR_syscalls 323
#define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_READDIR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册