projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e1f1b
)
microblaze: Enable futimesat syscall
author
Michal Simek
<monstr@monstr.eu>
Mon, 19 Oct 2009 11:50:02 +0000
(13:50 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:06 +0000
(08:45 +0100)
Futimesat was disabled. LTP testing shows that MB has no
problem with this syscall.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/syscall_table.S
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/syscall_table.S
b/arch/microblaze/kernel/syscall_table.S
index
b96f365
..
4e666d9
100644
(file)
--- 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