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:
a0a4a85
)
fib_trie: use fls() instead of open coded loop
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 13 Oct 2010 06:56:11 +0000
(06:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 Oct 2010 18:13:22 +0000
(11:13 -0700)
fib_table_lookup() might use fls() to speedup an open coded loop.
Noticed while doing a profile analysis.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found