aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-05-25 18:44:19 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-05-26 11:55:46 -0700
commitf09de595b5eda6040cd733ecf1eb222e00b42517 (patch)
treebfba2a2c72082bd30527a215c3b36994e30eabe7 /arch
parent[PATCH] Add CMSPAR to termbits.h for powerpc and alpha (diff)
downloadlinux-dev-f09de595b5eda6040cd733ecf1eb222e00b42517.tar.xz
linux-dev-f09de595b5eda6040cd733ecf1eb222e00b42517.zip
[PATCH] x86: wire up vmsplice syscall
Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/syscall_table.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S
index f48bef15b4f0..af56987f69b0 100644
--- a/arch/i386/kernel/syscall_table.S
+++ b/arch/i386/kernel/syscall_table.S
@@ -315,3 +315,4 @@ ENTRY(sys_call_table)
.long sys_splice
.long sys_sync_file_range
.long sys_tee /* 315 */
+ .long sys_vmsplice