From f191352866fd9e4eee29f55a1c329cb8c94f3c04 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 11 Jan 2015 03:10:48 +0300 Subject: [PATCH] tile: fix fadvise64_64 syscall entry * linux/tile/syscallent1.h (fadvise64_64): Fix nargs, sys_func, and sys_name. --- linux/tile/syscallent1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tile/syscallent1.h b/linux/tile/syscallent1.h index c595dfea..d1770320 100644 --- a/linux/tile/syscallent1.h +++ b/linux/tile/syscallent1.h @@ -221,7 +221,7 @@ { 5, TP, sys_clone, "clone" }, /* 220 */ { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 221 */ { 6, TD|TM|SI, sys_mmap_4koff, "mmap2" }, /* 222 */ - { 5, TD, sys_fadvise64, "fadvise64" }, /* 223 */ + { 6, TD, sys_fadvise64_64, "fadvise64_64" }, /* 223 */ { 2, TF, sys_swapon, "swapon" }, /* 224 */ { 1, TF, sys_swapoff, "swapoff" }, /* 225 */ { 3, TM|SI, sys_mprotect, "mprotect" }, /* 226 */ -- 2.40.0