compat: Create compat_sys_p{read,write}v64
authorH. J. Lu <hjl.tools@gmail.com>
Tue, 14 Feb 2012 21:30:41 +0000 (13:30 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:48 +0000 (12:48 -0800)
commit4ee5c0d05ce9b4e48e586a1ee168f166d191ddda
tree72f0c221b933bf717cb0074c24c62811a1d44360
parentff88943a1471440cc6be7a11a942a5a8232bee61
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>
fs/compat.c