]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/unistd.h
Pull novell-bugzilla-156426 into release branch
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / unistd.h
index 98c36eae567c0fc0d593d0af3974a71492f62b72..feb77cb8c0442eb629799b18163a07f663d3fbd5 100644 (file)
@@ -615,8 +615,10 @@ __SYSCALL(__NR_splice, sys_splice)
 __SYSCALL(__NR_tee, sys_tee)
 #define __NR_sync_file_range   277
 __SYSCALL(__NR_sync_file_range, sys_sync_file_range)
+#define __NR_vmsplice          278
+__SYSCALL(__NR_vmsplice, sys_vmsplice)
 
-#define __NR_syscall_max __NR_sync_file_range
+#define __NR_syscall_max __NR_vmsplice
 
 #ifndef __NO_STUBS