From f04eeddbc514bb83395777f9e832ec8cbe24eb54 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 8 Dec 2015 03:42:16 +0000 Subject: [PATCH] ia64: fix remap_file_pages syscall entry * linux/ia64/syscallent.h (1125): Set to remap_file_pages. --- linux/ia64/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 3e41e23e..391d31c2 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" }, -- 2.40.0