[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)
* 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

Simple merge
Simple merge
Simple merge