hrtimer: fix timerqueue conversion flub
authorJohn Stultz <john.stultz@linaro.org>
Sat, 11 Dec 2010 06:19:53 +0000 (22:19 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Sat, 11 Dec 2010 06:19:53 +0000 (22:19 -0800)
In converting the hrtimers to timerqueue, I missed
a spot in hrtimer_run_queues where we loop running
timers. We end up not pulling the new next value out
and instead just use the last next value, causing
boot time hangs in some cases.

The proper fix is to pull timerqueue_getnext each iteration
instead of using a local next value.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found