ipv6: use round_jiffies
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 22 Jul 2008 21:34:09 +0000 (14:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:34:09 +0000 (14:34 -0700)
This timer normally happens once a minute, there is no need to cause an
early wakeup for it, so align it to next second boundary to safe power.
It can't be deferred because then it could take too long on cleanup or DoS.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found