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:
a5d31e0
)
ibmveth: Remove integer divide caused by modulus
author
Santiago Leon
<santil@linux.vnet.ibm.com>
Fri, 3 Sep 2010 18:28:04 +0000
(18:28 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 7 Sep 2010 01:20:32 +0000
(18:20 -0700)
Replace some modulus operators with an increment and compare to avoid
an integer divide.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found