xtensa: wire up new syscalls

* linux/xtensa/syscallent.h [342..347]: New entries.
This commit is contained in:
Дмитрий Левин 2016-11-15 01:09:51 +00:00
parent 5df31f90ec
commit b299b3e611

View File

@ -330,3 +330,9 @@
[339] = { 2, TD, SEN(memfd_create), "memfd_create", },
[340] = { 3, TD, SEN(bpf), "bpf", },
[341] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
[342] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[343] = { 2, 0, SEN(membarrier), "membarrier", },
[344] = { 3, TM, SEN(mlock2), "mlock2" },
[345] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[346] = { 6, TD, SEN(preadv2), "preadv2" },
[347] = { 6, TD, SEN(pwritev2), "pwritev2" },