commit | b790cedd24a7f7d1639072b3faf35f1f56cb38ea | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Fri Dec 21 01:49:07 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:59:57 2008 -0800 |
tree | b39d755577be2cc822b5340ba5e4d77a45a6b4a7 | |
parent | 9cb5734e5b9b26097c7fa28a9c6426a204cc15e3 [diff] |
[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>