parisc: wire up sys_utimes
authorHelge Deller <deller@gmx.de>
Sun, 23 Mar 2014 14:24:40 +0000 (15:24 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 23 Mar 2014 15:57:13 +0000 (16:57 +0100)
commite9af8b7aba1fd5f2175ec552ec36d5efe57f6c1d
tree28ae17c5299fa4ea4cb3d5c583054922297bf422
parent4b02a72a266b58268979cb6f9c5d4dd002148634
parisc: wire up sys_utimes

We seem to be nearly the only platform which does not provide the
sys_utimes syscall.  Adding it now makes our life much easier with
userspace applications (like dietlibc and e2fsprogs) since we then
behave like all other platforms too and don't need extra patches which
are hard to get upstream anyway because we are not a mainstream
architecture.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v3.13
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/kernel/syscall_table.S