From: Dmitry V. Levin Date: Mon, 14 Nov 2016 01:07:59 +0000 (+0000) Subject: arc: wire up new syscalls X-Git-Tag: v4.15~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5df31f90ec798f8d74eb79b18cb8c5f5c26523fb;p=strace arc: wire up new syscalls * linux/arc/syscallent.h [247, 248]: New entries. --- diff --git a/linux/arc/syscallent.h b/linux/arc/syscallent.h index c2db91a1..edcdff2e 100644 --- a/linux/arc/syscallent.h +++ b/linux/arc/syscallent.h @@ -1,6 +1,8 @@ #define sys_ARCH_mmap sys_mmap_pgoff #include "32/syscallent.h" /* [244 ... 259] are arch specific */ -[244] = { 3, 0, SEN(printargs), "arc_cacheflush"}, +[244] = { 3, 0, SEN(printargs), "cacheflush" }, [245] = { 1, 0, SEN(printargs), "arc_settls" }, [246] = { 0, 0, SEN(printargs), "arc_gettls" }, +[247] = { 3, 0, SEN(sysfs), "sysfs" }, +[248] = { 3, 0, SEN(printargs), "arc_usr_cmpxchg"},