From: Michal Simek Date: Mon, 19 Oct 2009 11:50:02 +0000 (+0200) Subject: microblaze: Enable futimesat syscall X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=833d0d8da41b80e5f7c3b34cb187b12c33ef66c8;p=openwrt%2Fstaging%2Fblogic.git microblaze: Enable futimesat syscall Futimesat was disabled. LTP testing shows that MB has no problem with this syscall. Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index b96f365ea6b1..4e666d9c1261 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -303,7 +303,7 @@ ENTRY(sys_call_table) .long sys_mkdirat .long sys_mknodat .long sys_fchownat - .long sys_ni_syscall + .long sys_futimesat .long sys_fstatat64 /* 300 */ .long sys_unlinkat .long sys_renameat