]> git.karo-electronics.de Git - linux-beck.git/commitdiff
microblaze: Wire-up renameat2 syscall
authorMichal Simek <michal.simek@xilinx.com>
Wed, 9 Jul 2014 11:27:07 +0000 (13:27 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 9 Jul 2014 11:27:07 +0000 (13:27 +0200)
Add new renameat2 syscall.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/uapi/asm/unistd.h
arch/microblaze/kernel/syscall_table.S

index 8d0791b49b31a8c6b121f8088c93188d0401a519..4e1ddc930a685ef0d6c137d0dc9d165f111acbba 100644 (file)
 #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 */
index 941929fa662f369845b8eb28fd5f6ca459a7872d..1a23d5d5480c7da12bae37f8a77e0015459c4704 100644 (file)
@@ -383,3 +383,4 @@ ENTRY(sys_call_table)
        .long sys_finit_module          /* 380 */
        .long sys_sched_setattr
        .long sys_sched_getattr
+       .long sys_renameat2