From: Jens Axboe <axboe@suse.de>
Date: Fri, 26 May 2006 01:44:19 +0000 (-0700)
Subject: [PATCH] x86: wire up vmsplice syscall
X-Git-Tag: firefly_0821_release~35652
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f09de595b5eda6040cd733ecf1eb222e00b42517;p=firefly-linux-kernel-4.4.55.git

[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 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