mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
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:
parent
2dcd0af568
commit
fbce3befd6
@ -38,6 +38,6 @@
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#define __NR_syscalls 389
|
||||
#define __NR_syscalls 392
|
||||
|
||||
#endif /* _ASM_MICROBLAZE_UNISTD_H */
|
||||
|
@ -404,5 +404,8 @@
|
||||
#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
|
||||
|
||||
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
|
||||
|
@ -389,3 +389,6 @@ ENTRY(sys_call_table)
|
||||
.long sys_memfd_create
|
||||
.long sys_bpf
|
||||
.long sys_execveat
|
||||
.long sys_userfaultfd
|
||||
.long sys_membarrier /* 390 */
|
||||
.long sys_mlock2
|
||||
|
Loading…
Reference in New Issue
Block a user