diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/kernel/entry.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S index 18a9c5f4b00d..f28404d9a2bc 100644 --- a/arch/m68k/kernel/entry.S +++ b/arch/m68k/kernel/entry.S | |||
@@ -747,4 +747,10 @@ sys_call_table: | |||
747 | .long sys_fallocate /* 320 */ | 747 | .long sys_fallocate /* 320 */ |
748 | .long sys_timerfd_settime | 748 | .long sys_timerfd_settime |
749 | .long sys_timerfd_gettime | 749 | .long sys_timerfd_gettime |
750 | .long sys_signalfd4 | ||
751 | .long sys_eventfd2 | ||
752 | .long sys_epoll_create1 /* 325 */ | ||
753 | .long sys_dup3 | ||
754 | .long sys_pipe2 | ||
755 | .long sys_inotify_init1 | ||
750 | 756 | ||