From 4dc467756e77838c592a6dc797434f11761d33f5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 26 Jul 2007 03:38:24 +0100 Subject: [MIPS] Wire up the fallocate syscall. Signed-off-by: Ralf Baechle --- arch/mips/kernel/scall64-o32.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/kernel/scall64-o32.S') diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 6bbe0f4ed8ba..b3ed731a24c6 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -525,4 +525,5 @@ sys_call_table: PTR compat_sys_signalfd PTR compat_sys_timerfd PTR sys_eventfd + PTR sys_fallocate /* 4320 */ .size sys_call_table,.-sys_call_table -- cgit v1.2.3