microblaze: Wire up userfaultfd, membarrier, mlock2 syscalls

Wire up new syscalls userfaultfd, membarrier and mlock2.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2015-11-16 08:53:38 +01:00
parent 2dcd0af568
commit fbce3befd6
3 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,6 @@
#endif /* __ASSEMBLY__ */
#define __NR_syscalls 389
#define __NR_syscalls 392
#endif /* _ASM_MICROBLAZE_UNISTD_H */