aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 12:27:09 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 12:27:09 +0900
commit0c99adb0a6dfe292842a8142b48e494d7731f5fe (patch)
tree2f6433658127209ac27f72054fbc6efd9efad84a /arch/sh
parentsh: intc - add support for 7780 (diff)
downloadlinux-dev-0c99adb0a6dfe292842a8142b48e494d7731f5fe.tar.xz
linux-dev-0c99adb0a6dfe292842a8142b48e494d7731f5fe.zip
sh: Wire up fallocate() syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/syscalls.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S
index ff5656e60c05..91fb7024e06f 100644
--- a/arch/sh/kernel/syscalls.S
+++ b/arch/sh/kernel/syscalls.S
@@ -358,3 +358,4 @@ ENTRY(sys_call_table)
.long sys_signalfd
.long sys_timerfd
.long sys_eventfd
+ .long sys_fallocate