commit | bc671aa9838f234ccfc794a77325628f1e41e083 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Sun Aug 05 10:22:58 2007 -0700 |
committer | Chris Zankel <chris@zankel.net> | Mon Aug 27 13:53:32 2007 -0700 |
tree | 7a94178df1f3cbe87458c3cb5329548187fbb8ad | |
parent | 068732d9b465cafcc56a745c3931f2fc4e58f48f [diff] |
[XTENSA] Fix fadvise64_64 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>