diff options
author | John Stultz <john.stultz@linaro.org> | 2010-12-10 22:19:53 -0800 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2010-12-10 22:19:53 -0800 |
commit | b007c389d3e09b823eccda1503390fa2a9adca0d (patch) | |
tree | 34431af3282f6b3892e092cc77b507a92a66724e /lib | |
parent | 998adc3dda59f811966b3ccb21eb223680b25ec4 (diff) | |
download | op-kernel-dev-b007c389d3e09b823eccda1503390fa2a9adca0d.zip op-kernel-dev-b007c389d3e09b823eccda1503390fa2a9adca0d.tar.gz |
hrtimer: fix timerqueue conversion flub
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions