diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2008-09-03 21:36:57 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-08 19:44:42 -0700 |
| commit | fbbece349081a689d5687d9ebc769a847fdf423a (patch) | |
| tree | 63624f2c095af45a530965aff76c77be0d401a81 /include/linux | |
| parent | 6141266c43db890ada7df589358b8553de2e6322 (diff) | |
clockevents: prevent endless loop in periodic broadcast handler
commit d4496b39559c6d43f83e4c08b899984f8b8089b5 upstream
The reprogramming of the periodic broadcast handler was broken,
when the first programming returned -ETIME. The clockevents code
stores the new expiry value in the clock events device next_event field
only when the programming time has not been elapsed yet. The loop in
question calculates the new expiry value from the next_event value
and therefor never increases.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
