diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:54:30 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:54:30 +0100 |
commit | 7800029df321b033ef27122fbb599ee0a839eb53 (patch) | |
tree | fae2f4b1be9442a99724b5fc8c1b976b1dd34dfd /arch/cris/arch-v10 | |
parent | 0b07aa6d383e1bb0024b17dec9251deec9ddbc31 (diff) | |
download | linux-3.10-7800029df321b033ef27122fbb599ee0a839eb53.tar.gz linux-3.10-7800029df321b033ef27122fbb599ee0a839eb53.tar.bz2 linux-3.10-7800029df321b033ef27122fbb599ee0a839eb53.zip |
CRIS: Add new timerfd syscall entries.
Diffstat (limited to 'arch/cris/arch-v10')
-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 b61aedbad38..3a65f322ae0 100644 --- a/arch/cris/arch-v10/kernel/entry.S +++ b/arch/cris/arch-v10/kernel/entry.S @@ -924,9 +924,11 @@ sys_call_table: .long sys_epoll_pwait .long sys_utimensat /* 320 */ .long sys_signalfd - .long sys_ni_syscall + .long sys_timerfd_create .long sys_eventfd .long sys_fallocate + .long sys_timerfd_settime /* 325 */ + .long sys_timerfd_gettime /* * NOTE!! This doesn't have to be exact - we just have |