microblaze: wire up new syscalls
* linux/microblaze/syscallent.h [392..397]: New entries.
This commit is contained in:
parent
d4499fa508
commit
55be4cb0ed
@ -417,3 +417,9 @@
|
||||
[389] = { 1, TD, SEN(userfaultfd), "userfaultfd" },
|
||||
[390] = { 2, 0, SEN(membarrier), "membarrier" },
|
||||
[391] = { 3, TM, SEN(mlock2), "mlock2" },
|
||||
[392] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
|
||||
[393] = { 6, TD, SEN(preadv2), "preadv2" },
|
||||
[394] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
||||
[395] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
|
||||
[396] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
|
||||
[397] = { 1, 0, SEN(pkey_free), "pkey_free" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user