]> granicus.if.org Git - strace/commitdiff
arc: wire up new syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 14 Nov 2016 01:07:59 +0000 (01:07 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 14 Nov 2016 01:07:59 +0000 (01:07 +0000)
* linux/arc/syscallent.h [247, 248]: New entries.

linux/arc/syscallent.h

index c2db91a1a209ff2e54e47211b170c71771cd7965..edcdff2e4346a9f505ceee5b6937e5a33b3be545 100644 (file)
@@ -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"},