From: Eric Dumazet Date: Fri, 4 Jan 2008 04:40:01 +0000 (-0800) Subject: [NET]: Avoid divides in net/core/gen_estimator.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=789675e216617b1331875c42a81f58227a06df91;p=linux-beck.git [NET]: Avoid divides in net/core/gen_estimator.c We can void divides (as seen with CONFIG_CC_OPTIMIZE_FOR_SIZE=y on x86) changing ((HZ< Signed-off-by: David S. Miller --- diff --git a/net/core/gen_estimator.c b/net/core/gen_estimator.c index daadbcc4e8dd..86037d16f199 100644 --- a/net/core/gen_estimator.c +++ b/net/core/gen_estimator.c @@ -135,7 +135,7 @@ skip: } if (!list_empty(&elist[idx].list)) - mod_timer(&elist[idx].timer, jiffies + ((HZ<list, &elist[idx].list); return 0;