commit | 21ec4c6453790cb9bfa996ab8f27f22dd47c516a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed May 09 10:42:48 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed May 09 10:42:48 2007 +0900 |
tree | 31c011df5b17aa38cc07464176da781765dc5eea | |
parent | f6a3c1ca00ce9a43942364a0cc15601b291df281 [diff] [blame] |
sh: Wire up utimensat syscall. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index 38fc8cd..4357d1a 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S
@@ -354,3 +354,4 @@ .long sys_move_pages .long sys_getcpu .long sys_epoll_pwait + .long sys_utimensat /* 320 */