arc: wire up new syscalls

* linux/arc/syscallent.h [247, 248]: New entries.
This commit is contained in:
Дмитрий Левин 2016-11-14 01:07:59 +00:00
parent 24eb02da83
commit 5df31f90ec

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