ia64: Enable userfaultfd and membarrier system calls

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Luck, Tony 2015-09-15 13:50:18 -07:00 committed by Linus Torvalds
parent 09a77a8852
commit 865ca084fd
3 changed files with 5 additions and 1 deletions

View file

@ -332,5 +332,7 @@
#define __NR_memfd_create 1340
#define __NR_bpf 1341
#define __NR_execveat 1342
#define __NR_userfaultfd 1343
#define __NR_membarrier 1344
#endif /* _UAPI_ASM_IA64_UNISTD_H */