diff options
author | David S. Miller | 2007-05-09 02:50:14 +0200 |
---|---|---|
committer | David S. Miller | 2007-05-09 02:50:14 +0200 |
commit | 6c1142602c9c8faedbc1321892a169652a173fc7 (patch) | |
tree | 090c3f75bf2d2daa3ce1d1e8245365b4585912c8 /arch/sparc | |
parent | [SPARC64]: Fix request_irq() ignored result warnings in PCI controller code. (diff) | |
download | kernel-qcow2-linux-6c1142602c9c8faedbc1321892a169652a173fc7.tar.gz kernel-qcow2-linux-6c1142602c9c8faedbc1321892a169652a173fc7.tar.xz kernel-qcow2-linux-6c1142602c9c8faedbc1321892a169652a173fc7.zip |
[SPARC]: Wire up utimensat syscall.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/systbls.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/systbls.S b/arch/sparc/kernel/systbls.S index 3a69778c8366..e3f5b8ed4c52 100644 --- a/arch/sparc/kernel/systbls.S +++ b/arch/sparc/kernel/systbls.S @@ -80,6 +80,7 @@ sys_call_table: /*295*/ .long sys_fchmodat, sys_faccessat, sys_pselect6, sys_ppoll, sys_unshare /*300*/ .long sys_set_robust_list, sys_get_robust_list, sys_migrate_pages, sys_mbind, sys_get_mempolicy /*305*/ .long sys_set_mempolicy, sys_kexec_load, sys_move_pages, sys_getcpu, sys_epoll_pwait +/*310*/ .long sys_utimensat #ifdef CONFIG_SUNOS_EMUL /* Now the SunOS syscall table. */ @@ -196,5 +197,6 @@ sunos_sys_table: .long sunos_nosys, sunos_nosys, sunos_nosys .long sunos_nosys, sunos_nosys, sunos_nosys .long sunos_nosys +/*310*/ .long sunos_nosys #endif |