git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd5604
)
[MIPS] Fix some system calls with long long arguments
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Thu, 17 May 2007 15:46:13 +0000
(
00:46
+0900)
committer
Ralf 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>
No differences found