Files
linux/net
Eric Dumazet b790cedd24 [INET]: Avoid an integer divide in rt_garbage_collect()
Since 'goal' is a signed int, compiler may emit an integer divide
to compute goal/2.

Using a right shift is OK here and less expensive.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:59:57 -08:00
..
2007-12-20 14:03:11 -08:00
2008-01-28 14:57:06 -08:00
2008-01-28 14:59:40 -08:00
2008-01-28 14:54:10 -08:00
…
2008-01-28 14:56:29 -08:00
…