[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)
commitbc671aa9838f234ccfc794a77325628f1e41e083
tree7a94178df1f3cbe87458c3cb5329548187fbb8ad
parent068732d9b465cafcc56a745c3931f2fc4e58f48f
[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>
arch/xtensa/kernel/syscall.c
include/asm-xtensa/syscall.h
include/asm-xtensa/unistd.h