summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-08-10 13:00:50 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-11 15:47:40 -0700
commit60c9834238482f805b1d9e4dc2a780405ddab80f (patch)
treeb82835cb429af9538436ae666717bd79e5177d27 /arch
parente798bd95b61918e653f3d28f9176237236f2d103 (diff)
downloadlinux-60c9834238482f805b1d9e4dc2a780405ddab80f.tar.gz
FRV: connect up fallocate
Connect up the fallocate() system call.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/frv/kernel/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S
index 275673c192aa..1e74f3c5cee2 100644
--- a/arch/frv/kernel/entry.S
+++ b/arch/frv/kernel/entry.S
@@ -1496,6 +1496,7 @@ sys_call_table:
 	.long sys_signalfd
 	.long sys_timerfd
 	.long sys_eventfd
+	.long sys_fallocate
 
 
 syscall_table_size = (. - sys_call_table)