commit | a613f581489aff23189c4945aec9567f6663b0c6 | [log] [tgz] |
---|---|---|
author | Santiago Leon <santil@linux.vnet.ibm.com> | Fri Sep 03 18:28:04 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 06 18:20:32 2010 -0700 |
tree | 76a06cf3d63f85770a8afd9c56beecd57cb48843 | |
parent | a5d31e0faf025ca8f64b85fc6938b702105725b7 [diff] |
ibmveth: Remove integer divide caused by modulus 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>