diff options
Diffstat (limited to 'arch/cris/arch-v10/kernel/entry.S')
-rw-r--r-- | arch/cris/arch-v10/kernel/entry.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/entry.S b/arch/cris/arch-v10/kernel/entry.S index b61aedbad38f..3a65f322ae07 100644 --- a/arch/cris/arch-v10/kernel/entry.S +++ b/arch/cris/arch-v10/kernel/entry.S | |||
@@ -924,9 +924,11 @@ sys_call_table: | |||
924 | .long sys_epoll_pwait | 924 | .long sys_epoll_pwait |
925 | .long sys_utimensat /* 320 */ | 925 | .long sys_utimensat /* 320 */ |
926 | .long sys_signalfd | 926 | .long sys_signalfd |
927 | .long sys_ni_syscall | 927 | .long sys_timerfd_create |
928 | .long sys_eventfd | 928 | .long sys_eventfd |
929 | .long sys_fallocate | 929 | .long sys_fallocate |
930 | .long sys_timerfd_settime /* 325 */ | ||
931 | .long sys_timerfd_gettime | ||
930 | 932 | ||
931 | /* | 933 | /* |
932 | * NOTE!! This doesn't have to be exact - we just have | 934 | * NOTE!! This doesn't have to be exact - we just have |