git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a278534
)
net: Change x86_64 add32_with_carry to allow memory operand
author
Tom Herbert
<therbert@google.com>
Fri, 2 May 2014 23:28:40 +0000
(16:28 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 May 2014 19:26:29 +0000
(15:26 -0400)
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 <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/include/asm/checksum_64.h
patch
|
blob
|
history
diff --cc
arch/x86/include/asm/checksum_64.h
Simple merge