fix 64-bit syscall argument passing on or1k
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Nov 2014 05:38:40 +0000 (00:38 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Nov 2014 05:38:40 +0000 (00:38 -0500)
commitde2b9c21d94e0b76b629fec0060d043f535eef01
tree7d6d2a308bcd47ff12f75ea928b52618fb58bda0
parente146e6035fecea080fb17450db3c8bb44d36e07d
fix 64-bit syscall argument passing on or1k

the kernel syscall interface for or1k does not expect 64-bit arguments
to be aligned to "even" register boundaries. this incorrect alignment
broke truncate/ftruncate and as well as a few less-common syscalls.
arch/or1k/syscall_arch.h