From a480d231de2c1168e3c207f799198cbf1b8a9327 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 30 Sep 2007 17:37:24 +0100 Subject: [PATCH] --- yaml --- r: 69480 b: refs/heads/master c: 883042d6ea31fcaffb0b8763cadfbcb2862ebc48 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/kernel/calls.S | 1 + trunk/include/asm-arm/unistd.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 318fd9dbd6d4..3b2a0faaeb6d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 700dc2b5374cf142da8a2837d162a7b26a2946fc +refs/heads/master: 883042d6ea31fcaffb0b8763cadfbcb2862ebc48 diff --git a/trunk/arch/arm/kernel/calls.S b/trunk/arch/arm/kernel/calls.S index a98d0c933db0..cecf658e3625 100644 --- a/trunk/arch/arm/kernel/calls.S +++ b/trunk/arch/arm/kernel/calls.S @@ -361,6 +361,7 @@ CALL(sys_signalfd) /* 350 */ CALL(sys_timerfd) CALL(sys_eventfd) + CALL(sys_fallocate) #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls #define syscalls_counted diff --git a/trunk/include/asm-arm/unistd.h b/trunk/include/asm-arm/unistd.h index d327b25c986c..88e868b7aae0 100644 --- a/trunk/include/asm-arm/unistd.h +++ b/trunk/include/asm-arm/unistd.h @@ -378,6 +378,7 @@ #define __NR_signalfd (__NR_SYSCALL_BASE+349) #define __NR_timerfd (__NR_SYSCALL_BASE+350) #define __NR_eventfd (__NR_SYSCALL_BASE+351) +#define __NR_fallocate (__NR_SYSCALL_BASE+352) /* * The following SWIs are ARM private.