On Wednesday 09 August 2006 09:53, David Miller wrote:
[]
> -       mult = ((u64)ip_rt_gc_interval) << long_log2(hmask + 1);
> +       mult = ((u64)(hmask + 1)) << (u64)ip_rt_gc_interval;

Hmm.. shift *by* a 64-bit number?

/mjt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to