[XTENSA] Fix fadvise64_64
authorChris Zankel <chris@zankel.net>
Sun, 5 Aug 2007 17:22:58 +0000 (10:22 -0700)
committerChris Zankel <chris@zankel.net>
Mon, 27 Aug 2007 20:53:32 +0000 (13:53 -0700)
Xtensa passes long long arguments in a even/odd register pair,
so we also need to shuffle the arguments when passed through the
system call to avoid an empty argument register.

Signed-off-by: Chris Zankel <chris@zankel.net>

No differences found