aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-19 23:37:51 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-19 23:37:51 -0400
commita13c16e847ee50d77546cffa596d3c573b3270b7 (patch)
tree96af21e5c2f2542001a371e9c9b0648e94f4841d /arch/sh64/kernel
parent9a79b2274186fade17134929d4f85b70d59a3840 (diff)
sh64: Wire up fallocate() syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel')
-rw-r--r--arch/sh64/kernel/syscalls.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/syscalls.S b/arch/sh64/kernel/syscalls.S
index a5c680d29384..abb94c05d07a 100644
--- a/arch/sh64/kernel/syscalls.S
+++ b/arch/sh64/kernel/syscalls.S
@@ -378,3 +378,4 @@ sys_call_table:
378 .long sys_signalfd 378 .long sys_signalfd
379 .long sys_timerfd /* 350 */ 379 .long sys_timerfd /* 350 */
380 .long sys_eventfd 380 .long sys_eventfd
381 .long sys_fallocate