diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 10:42:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 10:42:48 +0900 |
commit | 21ec4c6453790cb9bfa996ab8f27f22dd47c516a (patch) | |
tree | 31c011df5b17aa38cc07464176da781765dc5eea /arch/sh | |
parent | f6a3c1ca00ce9a43942364a0cc15601b291df281 (diff) | |
download | kernel-crypto-21ec4c6453790cb9bfa996ab8f27f22dd47c516a.tar.gz kernel-crypto-21ec4c6453790cb9bfa996ab8f27f22dd47c516a.tar.xz kernel-crypto-21ec4c6453790cb9bfa996ab8f27f22dd47c516a.zip |
sh: Wire up utimensat syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/syscalls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index 38fc8cd3ea3..4357d1a6358 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S @@ -354,3 +354,4 @@ ENTRY(sys_call_table) .long sys_move_pages .long sys_getcpu .long sys_epoll_pwait + .long sys_utimensat /* 320 */ |