From: Tom Herbert Date: Fri, 2 May 2014 23:28:40 +0000 (-0700) Subject: net: Change x86_64 add32_with_carry to allow memory operand X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~278^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4405b4d635aa2c5c7eb8873696b54811531e0d08;p=pandora-kernel.git net: Change x86_64 add32_with_carry to allow memory operand Note add32_with_carry(a, b) is suboptimal, as it forces a and b in registers. b could be a memory or a register operand. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed