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:
42fb61f
)
RDMA/cxgb3: Remove modulo math from build_rdma_recv()
author
Steve Wise
<swise@opengridcomputing.com>
Tue, 17 Feb 2009 05:23:32 +0000
(21:23 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 17 Feb 2009 05:23:32 +0000
(21:23 -0800)
Remove modulo usage to avoid a divide in the fast path (not all
gcc versions do strength reduction here).
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found