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:
690e36e
)
net: use reciprocal_scale() helper
author
Daniel Borkmann
<dborkman@redhat.com>
Sat, 23 Aug 2014 18:58:54 +0000
(20:58 +0200)
committer
David S. Miller
<davem@davemloft.net>
Sat, 23 Aug 2014 19:21:21 +0000
(12:21 -0700)
Replace open codings of (((u64) <x> * <y>) >> 32) with reciprocal_scale().
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found