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:
8da9ee9
)
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
author
Roland Dreier
<rolandd@cisco.com>
Thu, 18 Oct 2007 04:54:44 +0000
(21:54 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 18 Oct 2007 04:54:44 +0000
(21:54 -0700)
It's too hard to figure out what "!likely(...)" really means, and who
knows how compilers interpret the hint.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found