microblaze: add syscall numbers from linux v4.7

userfaultfd, membarrier and mlock2 syscalls got wired up in linux
commit fbce3befd60d40639bf3c6b60f7477b2f988f92d
This commit is contained in:
Szabolcs Nagy 2016-08-20 17:05:06 +02:00 committed by Rich Felker
parent 9680e1d03a
commit 2b41959b59

View File

@ -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