commit | f09de595b5eda6040cd733ecf1eb222e00b42517 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu May 25 18:44:19 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri May 26 11:55:46 2006 -0700 |
tree | bfba2a2c72082bd30527a215c3b36994e30eabe7 | |
parent | 6bf08cb246b5ac639b2429533d303f5026f2520c [diff] |
[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>
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index f48bef1..af56987 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S
@@ -315,3 +315,4 @@ .long sys_splice .long sys_sync_file_range .long sys_tee /* 315 */ + .long sys_vmsplice