parisc: fix fallocate syscall
authorHelge Deller <deller@gmx.de>
Tue, 19 Feb 2013 20:23:59 +0000 (21:23 +0100)
committerHelge Deller <deller@gmx.de>
Wed, 20 Feb 2013 21:57:12 +0000 (22:57 +0100)
commit4474a331cfccc5092b79e3839205aacf44f3a571
treeff25401a9891374af6774eeb5a72d33fc6bb13ce
parent2e800dff4f16a6e47adcbea7188fc586bfa5c30b
parisc: fix fallocate syscall

fallocate(off_t) gets redirected by glibc to fallocate64(loff_t)
where the 64bit loff_t values get splitted into two 32bit (hi/lo)
values. This patch fixes this syscall for the 32- and 64bit kernel.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/sys_parisc.c
arch/parisc/kernel/sys_parisc32.c
arch/parisc/kernel/syscall_table.S