commit | 22b9a0a3a49ab1a856e0853b3f3dd2abd156bd7c | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Thu Mar 22 12:10:18 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:27:18 2007 -0700 |
tree | bacdd0f5ab3e94f5f137b03072b2319eeb767d2b | |
parent | c454673da7c1d6533f40ec2f788023df9af56ebf [diff] |
[LIB]: div64_64 optimization Minor optimization of div64_64. do_div() already does optimization for the case of 32 by 32 divide, so no need to do it here. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>