From a13c16e847ee50d77546cffa596d3c573b3270b7 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 20 Jul 2007 12:37:51 +0900 Subject: sh64: Wire up fallocate() syscall. Signed-off-by: Paul Mundt --- arch/sh64/kernel/syscalls.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh64/kernel') 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: .long sys_signalfd .long sys_timerfd /* 350 */ .long sys_eventfd + .long sys_fallocate -- cgit v1.2.3-59-g8ed1b