commit | c8a4522245e9931a53a98d5160bb4c00d3f73921 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Jul 22 14:34:09 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 22 14:34:09 2008 -0700 |
tree | 53dfe5ef6ae5706a8ebaa90ae2ae4c84b3dc04fa | |
parent | 417f28bb340725544c36b35465444d2fd57232b8 [diff] |
ipv6: use round_jiffies 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>