From 08e6bbda0b483268822e3461f1bb82d6c80d2de5 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 9 Jul 2014 13:27:07 +0200 Subject: microblaze: Wire-up renameat2 syscall Add new renameat2 syscall. Signed-off-by: Michal Simek --- arch/microblaze/kernel/syscall_table.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/kernel/syscall_table.S') diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 941929fa662f..1a23d5d5480c 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -383,3 +383,4 @@ ENTRY(sys_call_table) .long sys_finit_module /* 380 */ .long sys_sched_setattr .long sys_sched_getattr + .long sys_renameat2 -- cgit