From: Thomas Gleixner Date: Wed, 3 Sep 2008 21:36:57 +0000 (+0000) Subject: clockevents: prevent endless loop in periodic broadcast handler X-Git-Tag: v2.6.27-rc6~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4496b39559c6d43f83e4c08b899984f8b8089b5;p=pandora-kernel.git clockevents: prevent endless loop in periodic broadcast handler 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed