From 55be4cb0edb3cf4d3d5864287f87fe33ba89ae1d Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 7 Feb 2017 14:58:30 +0000 Subject: [PATCH] microblaze: wire up new syscalls * linux/microblaze/syscallent.h [392..397]: New entries. --- linux/microblaze/syscallent.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index ad96df70..d71e97ac 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -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" }, -- 2.40.0