On Wed, Aug 09, 2006 at 02:12:43PM +0400, Michael Tokarev ([EMAIL PROTECTED]) wrote: > 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?
I think it is done to shut compiler up. But nevertheless ip_rt_gc_interval is 15000 on my machine. > /mjt -- Evgeniy Polyakov - 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