>From a40ad0b3809438fac4f9fa61c6aba9723df5aba0 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 6 Mar 2017 00:18:37 +0000 Subject: [PATCH 05/22] add microblaze syscall numbers from linux v4.10 missing syscalls got allocated on microblaze. --- arch/microblaze/bits/syscall.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index e5f928e3..251c2f61 100644 --- a/arch/microblaze/bits/syscall.h.in +++ b/arch/microblaze/bits/syscall.h.in @@ -386,4 +386,10 @@ #define __NR_userfaultfd 389 #define __NR_membarrier 390 #define __NR_mlock2 391 +#define __NR_copy_file_range 392 +#define __NR_preadv2 393 +#define __NR_pwritev2 394 +#define __NR_pkey_mprotect 395 +#define __NR_pkey_alloc 396 +#define __NR_pkey_free 397 -- 2.14.1