sync_file_range: fix number of syscall arguments

* linux/avr32/syscallent.h: Set the number of sync_file_range arguments
to 6.
* linux/bfin/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Change sync_file_range to
sync_file_range2, set the number of sync_file_range2 arguments to 6.
* linux/tile/syscallent.h: Change sync_file_range to sync_file_range2,
set the number of sync_file_range2 arguments to 4.
* linux/tile/syscallent1.h: Change sync_file_range to sync_file_range2.
update handler.
* linux/xtensa/syscallent.h: Likewise.
diff --git a/linux/tile/syscallent.h b/linux/tile/syscallent.h
index 6847d14..a069334 100644
--- a/linux/tile/syscallent.h
+++ b/linux/tile/syscallent.h
@@ -82,7 +82,7 @@
 	{ 0,	0,	sys_sync,			"sync"				}, /*   81 */
 	{ 1,	TD,	sys_fsync,			"fsync"				}, /*   82 */
 	{ 1,	TD,	sys_fdatasync,			"fdatasync"			}, /*   83 */
-	{ 6,	TD,	sys_sync_file_range,		"sync_file_range"		}, /*   84 */
+	{ 4,	TD,	sys_sync_file_range2,		"sync_file_range2"		}, /*   84 */
 	{ 2,	TD,	sys_timerfd_create,		"timerfd_create"		}, /*   85 */
 	{ 4,	TD,	sys_timerfd_settime,		"timerfd_settime"		}, /*   86 */
 	{ 2,	TD,	sys_timerfd_gettime,		"timerfd_gettime"		}, /*   87 */