| commit | 4ee5c0d05ce9b4e48e586a1ee168f166d191ddda | [log] [tgz] |
|---|---|---|
| author | H. J. Lu <hjl.tools@gmail.com> | Tue Feb 14 13:30:41 2012 -0800 |
| committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:48:48 2012 -0800 |
| tree | 72f0c221b933bf717cb0074c24c62811a1d44360 | |
| parent | ff88943a1471440cc6be7a11a942a5a8232bee61 [diff] |
compat: Create compat_sys_p{read,write}v64
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>