Skip to content

Commit

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

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jul 9, 2014
1 parent cfa1481 commit 08e6bbd
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 @@ -398,5 +398,6 @@
#define __NR_finit_module 380
#define __NR_sched_setattr 381
#define __NR_sched_getattr 382
#define __NR_renameat2 383

#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 @@ -383,3 +383,4 @@ ENTRY(sys_call_table)
.long sys_finit_module /* 380 */
.long sys_sched_setattr
.long sys_sched_getattr
.long sys_renameat2

0 comments on commit 08e6bbd

Please sign in to comment.