ia64: fix remap_file_pages syscall entry

* linux/ia64/syscallent.h (1125): Set to remap_file_pages.
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index 3e41e23..391d31c 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -335,7 +335,7 @@
 [1122] = { 2,	TD,		SEN(fstat),			"fstat"			},
 [1123] = { 0,	0,		SEN(vhangup),			"vhangup"		},
 [1124] = { 3,	TF,		SEN(chown),			"lchown"		},
-[1125] = { 5,	0,		SEN(vm86),			"vm86"			},
+[1125] = { 5,	TM|SI,		SEN(remap_file_pages),		"remap_file_pages"	},
 [1126] = { 4,	TP,		SEN(wait4),			"wait4"			},
 [1127] = { 1,	0,		SEN(sysinfo),			"sysinfo"		},
 [1128] = { 5,	TP,		SEN(clone),			"clone"			},