From: H. Peter Anvin Date: Wed, 20 Nov 2013 20:50:51 +0000 (-0800) Subject: x86-64, copy_user: Use leal to produce 32-bit results X-Git-Tag: v3.14-rc1~167^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661c80192d21269c7fc566f1d547510b0c867677;p=pandora-kernel.git x86-64, copy_user: Use leal to produce 32-bit results When we are using lea to produce a 32-bit result, we can use the leal form, rather than using leaq and worry about truncation elsewhere. Make the leal explicit, both to be more obvious and since that is what gcc generates and thus is less likely to trigger obscure gas bugs. Cc: Fenghua Yu Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1384634221-6006-1-git-send-email-fenghua.yu@intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed