From: Dmitry V. Levin Date: Fri, 12 Feb 2016 15:00:29 +0000 (+0000) Subject: avr32: wire up missing syscalls X-Git-Tag: v4.12~565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a630751eb7ce8f18a5b4cd5687c61a0ac78b6b3;p=strace avr32: wire up missing syscalls * linux/avr32/syscallent.h [322..324]: Add userfaultfd, membarrier, and mlock2 entries. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index 8652f8f9..84015d44 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -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" },