From: Jens Axboe Date: Fri, 26 May 2006 01:44:19 +0000 (-0700) Subject: [PATCH] x86: wire up vmsplice syscall X-Git-Tag: v3.12-rc1~36050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f09de595b5eda6040cd733ecf1eb222e00b42517;p=kernel%2Fkernel-generic.git [PATCH] x86: wire up vmsplice syscall Signed-off-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 @@ ENTRY(sys_call_table) .long sys_splice .long sys_sync_file_range .long sys_tee /* 315 */ + .long sys_vmsplice