Skip to content

Commit 83c43c4

Browse files
author
Michal Simek
committed
microblaze: Wire-up memfd_create syscall
Add new memfd_create syscall. Signed-off-by: Michal Simek <[email protected]>
1 parent 5313345 commit 83c43c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/microblaze/include/uapi/asm/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,6 @@
401401
#define __NR_renameat2 383
402402
#define __NR_seccomp 384
403403
#define __NR_getrandom 385
404+
#define __NR_memfd_create 386
404405

405406
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */

arch/microblaze/kernel/syscall_table.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,4 @@ ENTRY(sys_call_table)
386386
.long sys_renameat2
387387
.long sys_seccomp
388388
.long sys_getrandom /* 385 */
389+
.long sys_memfd_create

0 commit comments

Comments
 (0)