ia64: fix getpagesize syscall entry

* linux/ia64/syscallent.h (getpagesize): Fux nargs.
This commit is contained in:
Дмитрий Левин 2015-07-21 16:29:26 +00:00
parent 76c9f0ecb7
commit d00eb1f58d

View File

@ -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" },