aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r--arch/cris/arch-v32/kernel/entry.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/entry.S b/arch/cris/arch-v32/kernel/entry.S
index f58e137876f8..eebbaba45430 100644
--- a/arch/cris/arch-v32/kernel/entry.S
+++ b/arch/cris/arch-v32/kernel/entry.S
@@ -847,9 +847,11 @@ sys_call_table:
847 .long sys_epoll_pwait 847 .long sys_epoll_pwait
848 .long sys_utimensat /* 320 */ 848 .long sys_utimensat /* 320 */
849 .long sys_signalfd 849 .long sys_signalfd
850 .long sys_timerfd 850 .long sys_timerfd_create
851 .long sys_eventfd 851 .long sys_eventfd
852 .long sys_fallocate 852 .long sys_fallocate
853 .long sys_timerfd_settime /* 325 */
854 .long sys_timerfd_gettime
853 855
854 /* 856 /*
855 * NOTE!! This doesn't have to be exact - we just have 857 * NOTE!! This doesn't have to be exact - we just have