clocksource: Get rid of the hardcoded 5 seconds sleep time limit
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 May 2011 21:33:40 +0000 (21:33 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 May 2011 12:24:15 +0000 (14:24 +0200)
commit724ed53e8ac2c5278af8955673049714c1073464
tree51762a734e564fb973758014997ee99406693541
parent369db4c9524b7487faf1ff89646eee396c1363e1
clocksource: Get rid of the hardcoded 5 seconds sleep time limit

Slow clocksources can have a way longer sleep time than 5 seconds and
even fast ones can easily cope with 600 seconds and still maintain
proper accuracy.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Link: http://lkml.kernel.org/r/%3C20110518210136.109811585%40linutronix.de%3E
kernel/time/clocksource.c