avr32: wire up missing syscalls

* linux/avr32/syscallent.h [322..324]: Add userfaultfd, membarrier,
and mlock2 entries.
This commit is contained in:
Дмитрий Левин 2016-02-12 15:00:29 +00:00
parent 0aae167293
commit 3a630751eb

View File

@ -347,3 +347,6 @@
[319] = { 3, TD, SEN(bpf), "bpf", },
[320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
[321] = { 4, TN, SEN(accept4), "accept4" },
[322] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[323] = { 2, 0, SEN(membarrier), "membarrier", },
[324] = { 3, TM, SEN(mlock2), "mlock2" },