From: H. J. Lu Date: Tue, 14 Feb 2012 21:30:41 +0000 (-0800) Subject: compat: Create compat_sys_p{read,write}v64 X-Git-Tag: v3.4-rc1~33^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee5c0d05ce9b4e48e586a1ee168f166d191ddda;p=pandora-kernel.git 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 --- Reading git-diff-tree failed