Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Enable futimesat syscall

Futimesat was disabled. LTP testing shows that MB has no
problem with this syscall.

Signed-off-by: Michal Simek <monstr@monstr.eu>

+1 -1
+1 -1
arch/microblaze/kernel/syscall_table.S
··· 303 303 .long sys_mkdirat 304 304 .long sys_mknodat 305 305 .long sys_fchownat 306 - .long sys_ni_syscall 306 + .long sys_futimesat 307 307 .long sys_fstatat64 /* 300 */ 308 308 .long sys_unlinkat 309 309 .long sys_renameat