diff options
| -rw-r--r-- | arch/microblaze/bits/syscall.h.in | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index 0f67f1d9..109fcdeb 100644 --- a/arch/microblaze/bits/syscall.h.in +++ b/arch/microblaze/bits/syscall.h.in @@ -383,4 +383,7 @@  #define __NR_memfd_create 386  #define __NR_bpf 387  #define __NR_execveat 388 +#define __NR_userfaultfd 389 +#define __NR_membarrier 390 +#define __NR_mlock2 391 | 
