avr32: wire up new syscalls

* linux/avr32/syscallent.h [328..330]: New entries.
This commit is contained in:
2017-02-07 14:58:30 +00:00
parent d901c7c922
commit d4499fa508

View File

@ -353,3 +353,6 @@
[325] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[326] = { 6, TD, SEN(preadv2), "preadv2" },
[327] = { 6, TD, SEN(pwritev2), "pwritev2" },
[328] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
[329] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[330] = { 1, 0, SEN(pkey_free), "pkey_free" },