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:
ff88943
)
compat: Create compat_sys_p{read,write}v64
author
H. J. Lu
<hjl.tools@gmail.com>
Tue, 14 Feb 2012 21:30:41 +0000
(13:30 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 20 Feb 2012 20:48:48 +0000
(12:48 -0800)
For 32-bit ABIs which have real 64-bit registers, we don't want to
break the position argument into two. However, we still need compat
support to deal with 32-bit pointers, so we can't just use
sys_p{read,write} directly.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found