]> granicus.if.org Git - strace/commit
Correct decoding of readahead and fadvice64(_64) on PowerPC
authorAndreas Schwab <schwab@redhat.com>
Tue, 3 Nov 2009 14:21:14 +0000 (15:21 +0100)
committerAndreas Schwab <schwab@redhat.com>
Tue, 3 Nov 2009 15:14:29 +0000 (16:14 +0100)
commitd45f0a66c1c60c9703c7fd0b826a6436e0adc17a
tree403d3d9610597df3bbedb769e337788457668b5b
parentccdff481c086611488c5df70550fcf8fe907e7af
Correct decoding of readahead and fadvice64(_64) on PowerPC

* file.c (sys_readahead): Align 64bit argument.  Handle PowerPC64
like other 64bit architectures.
(sys_fadvise64): Likewise.
(sys_fadvise64_64): Handle PowerPC like ARM.
* linux/powerpc/syscallent.h (sys_readahead): Account for 64bit
argument alignment on PowerPC32.
file.c
linux/powerpc/syscallent.h