Skip to content

Commit

Permalink
microblaze: Wire-up memfd_create syscall
Browse files Browse the repository at this point in the history
Add new memfd_create syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Aug 21, 2014
1 parent 5313345 commit 83c43c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/microblaze/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,6 @@
#define __NR_renameat2 383
#define __NR_seccomp 384
#define __NR_getrandom 385
#define __NR_memfd_create 386

#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
1 change: 1 addition & 0 deletions arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,4 @@ ENTRY(sys_call_table)
.long sys_renameat2
.long sys_seccomp
.long sys_getrandom /* 385 */
.long sys_memfd_create

0 comments on commit 83c43c4

Please sign in to comment.