Fix mincore syscall entries
* linux/arm/syscallent.h: Fix mincore handler.
* linux/avr32/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index 324760b..d4a9674 100644
--- a/linux/arm/syscallent.h
+++ b/linux/arm/syscallent.h
@@ -249,7 +249,7 @@
{ 1, NF, sys_setfsgid, "setfsgid32" }, /* 216 */
{ 3, 0, sys_getdents64, "getdents64" }, /* 217 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 218 */
- { 3, 0, printargs, "mincore" }, /* 219 */
+ { 3, 0, sys_mincore, "mincore" }, /* 219 */
{ 3, 0, sys_madvise, "madvise" }, /* 220 */
{ 3, 0, sys_fcntl, "fcntl64" }, /* 221 */
{ 5, 0, printargs, "SYS_222" }, /* 222 */
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index 6c6befe..1f706a5 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -199,7 +199,7 @@
{ 2, TF, sys_lstat64, "lstat64" }, /* 169 */
{ 2, TD, sys_fstat64, "fstat64" }, /* 170 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 171 */
- { 3, 0, printargs, "mincore" }, /* 172 */
+ { 3, 0, sys_mincore, "mincore" }, /* 172 */
{ 3, 0, sys_madvise, "madvise" }, /* 173 */
{ 3, TD, sys_getdents64, "getdents64" }, /* 174 */
{ 3, TD, sys_fcntl, "fcntl64" }, /* 175 */
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index ae150b9..557d35d 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -4219,7 +4219,7 @@
{ 2, TF, sys_lstat64, "lstat64" }, /* 4214 */
{ 2, TD, sys_fstat64, "fstat64" }, /* 4215 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 4216 */
- { 3, 0, printargs, "mincore" }, /* 4217 */
+ { 3, 0, sys_mincore, "mincore" }, /* 4217 */
{ 3, 0, sys_madvise, "madvise" }, /* 4218 */
{ 3, TF, sys_getdents64, "getdents64" }, /* 4219 */
{ 3, TD, sys_fcntl, "fcntl64" }, /* 4220 */
@@ -5371,7 +5371,7 @@
{ 0, 0, sys_sched_yield, "sched_yield" }, /* 5023 */
{ 5, 0, sys_mremap, "mremap" }, /* 5024 */
{ 3, 0, sys_msync, "msync" }, /* 5025 */
- { 3, 0, printargs, "mincore" }, /* 5026 */
+ { 3, 0, sys_mincore, "mincore" }, /* 5026 */
{ 3, 0, sys_madvise, "madvise" }, /* 5027 */
{ 3, TI, sys_shmget, "shmget" }, /* 5028 */
{ 3, TI, sys_shmat, "shmgat" }, /* 5029 */
@@ -6677,7 +6677,7 @@
{ 0, 0, sys_sched_yield, "sched_yield" }, /* 6023 */
{ 5, 0, sys_mremap, "mremap" }, /* 6024 */
{ 3, 0, sys_msync, "msync" }, /* 6025 */
- { 3, 0, printargs, "mincore" }, /* 6026 */
+ { 3, 0, sys_mincore, "mincore" }, /* 6026 */
{ 3, 0, sys_madvise, "madvise" }, /* 6027 */
{ 3, TI, sys_shmget, "shmget" }, /* 6028 */
{ 3, TI, sys_shmat, "shmgat" }, /* 6029 */
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index 75d0778..af398bc 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -250,7 +250,7 @@
{ 1, 0, printargs, "setfsuid32" }, /* 215 */
{ 1, 0, printargs, "setfsgid32" }, /* 216 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */
- { 3, 0, printargs, "mincore" }, /* 218 */
+ { 3, 0, sys_mincore, "mincore" }, /* 218 */
{ 3, 0, sys_madvise, "madvise" }, /* 219 */
{ 3, TD, sys_getdents64, "getdents64" }, /* 220 */
{ 3, TD, sys_fcntl, "fcntl64" }, /* 221 */
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 622d1bf..ef311cf 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -246,7 +246,7 @@
{ 1, 0, printargs, "setfsuid32" }, /* 215 */
{ 1, 0, printargs, "setfsgid32" }, /* 216 */
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */
- { 3, 0, printargs, "mincore" }, /* 218 */
+ { 3, 0, sys_mincore, "mincore" }, /* 218 */
{ 3, 0, sys_madvise, "madvise" }, /* 219 */
{ 3, TN, sys_socket, "socket" }, /* 220 */
{ 3, TN, sys_bind, "bind" }, /* 221 */