提交 83c43c49 编写于 作者: M Michal Simek

microblaze: Wire-up memfd_create syscall

Add new memfd_create syscall.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 53133453
...@@ -401,5 +401,6 @@ ...@@ -401,5 +401,6 @@
#define __NR_renameat2 383 #define __NR_renameat2 383
#define __NR_seccomp 384 #define __NR_seccomp 384
#define __NR_getrandom 385 #define __NR_getrandom 385
#define __NR_memfd_create 386
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
...@@ -386,3 +386,4 @@ ENTRY(sys_call_table) ...@@ -386,3 +386,4 @@ ENTRY(sys_call_table)
.long sys_renameat2 .long sys_renameat2
.long sys_seccomp .long sys_seccomp
.long sys_getrandom /* 385 */ .long sys_getrandom /* 385 */
.long sys_memfd_create
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册