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:
0ce5eaf
)
Blackfin arch: Faster Implementation of csum_tcpudp_nofold()
author
Michael Hennerich
<michael.hennerich@analog.com>
Wed, 4 Feb 2009 08:49:45 +0000
(16:49 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Wed, 4 Feb 2009 08:49:45 +0000
(16:49 +0800)
Avoid conditional branch instructions during carry bit additions.
Special thanks to Bernd.
Simplify: Use ((len + proto) << 8) like every other __LITTLE_ENDIAN__ machine
Cc: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
No differences found