summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/syscall_table.S
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2008-02-05 14:22:55 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 14:37:15 -0800
commit46a56c5a02430f80ef73357aa1295875c1cef2a7 (patch)
tree75dd8e67bf33344c62d48af1ad79bb28cb9f2652 /arch/avr32/kernel/syscall_table.S
parent8cb2a7c1e95e472b5ad8cbde4d5c7bb65c532603 (diff)
downloadlinux-46a56c5a02430f80ef73357aa1295875c1cef2a7.tar.gz
linux-46a56c5a02430f80ef73357aa1295875c1cef2a7.tar.xz
Fix timerfd breakage on avr32
Hmm. Someone removed the timerfd() syscall... Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/avr32/kernel/syscall_table.S')
-rw-r--r--arch/avr32/kernel/syscall_table.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/kernel/syscall_table.S b/arch/avr32/kernel/syscall_table.S
index 75c81f2dd0b3..478bda4c4a09 100644
--- a/arch/avr32/kernel/syscall_table.S
+++ b/arch/avr32/kernel/syscall_table.S
@@ -293,6 +293,6 @@ sys_call_table:
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
- .long sys_timerfd /* 280 */
+ .long sys_ni_syscall /* 280, was sys_timerfd */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */