From d00eb1f58dc48747056aa5a3c24b22e963c16ed3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 21 Jul 2015 16:29:26 +0000 Subject: [PATCH] ia64: fix getpagesize syscall entry * linux/ia64/syscallent.h (getpagesize): Fux nargs. --- 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 6433e31b..a17c766d 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -381,7 +381,7 @@ [1168] = { 2, 0, SEN(nanosleep), "nanosleep" }, [1169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, [1170] = { 5, 0, SEN(prctl), "prctl" }, -[1171] = { 1, 0, SEN(getpagesize), "getpagesize" }, +[1171] = { 0, 0, SEN(getpagesize), "getpagesize" }, [1172] = { 6, TD|TM|SI, SEN(mmap_pgoff), "mmap2" }, [1173] = { 5, 0, SEN(printargs), "pciconfig_read" }, [1174] = { 5, 0, SEN(printargs), "pciconfig_write" },