aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.S
diff options
context:
space:
mode:
authorDavid Chinner <dgc@sgi.com>2007-07-16 15:33:40 +1000
committerTony Luck <tony.luck@intel.com>2007-07-19 13:48:00 -0700
commit3d7559e677deafefe134f36c1e75f9119b956672 (patch)
tree1c675af73308f5eab0568945463850c051900a55 /arch/ia64/kernel/entry.S
parentafs build fix (diff)
downloadlinux-dev-3d7559e677deafefe134f36c1e75f9119b956672.tar.xz
linux-dev-3d7559e677deafefe134f36c1e75f9119b956672.zip
[IA64] fallocate system call
sys_fallocate for ia64. This uses an empty slot #1303 erroneously marked as reserved for move_pages (which had already been allocated as syscall #1276) Signed-Off-By: Dave Chinner <dgc@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r--arch/ia64/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
index 95f517515235..c36f43c94600 100644
--- a/arch/ia64/kernel/entry.S
+++ b/arch/ia64/kernel/entry.S
@@ -1581,7 +1581,7 @@ sys_call_table:
data8 sys_sync_file_range // 1300
data8 sys_tee
data8 sys_vmsplice
- data8 sys_ni_syscall // reserved for move_pages
+ data8 sys_fallocate
data8 sys_getcpu
data8 sys_epoll_pwait // 1305
data8 sys_utimensat