[MIPS] Fix some system calls with long long arguments
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 17 May 2007 15:46:13 +0000 (00:46 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 6 Jun 2007 18:34:32 +0000 (19:34 +0100)
commit8676d2e0244cbef294c7d9ad6e50048f9dfba9e0
tree83cfb1392fc17f58494d9ef9f46d0e4f1f7d45ad
parentfbd5604d56c4543457aeae6dda69c9b8a1405474
[MIPS] Fix some system calls with long long arguments

* O32 fadvise64() pass long long arguments by register pairs.  Add
  sys32 version for 64 bit kernel.
* N32 readahead() can pass a long long argument by one register.  No
  need to use sys32_readahead.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S