From: Arjan van de Ven Date: Sat, 11 Oct 2008 19:25:45 +0000 (-0700) Subject: rangetimer: fix BUG_ON reported by Ingo X-Git-Tag: v2.6.28-rc1~18^2^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=030aebd2e439a2ebcca2b0ce30a02ed84feb043e;p=pandora-kernel.git rangetimer: fix BUG_ON reported by Ingo There's a small race/chance that, while hrtimers are enabled globally, they're later not enabled when we're calling the hrtimer_interrupt() function, which then BUG_ON()'s for that. This patch closes that race/gap. Signed-off-by: Arjan van de Ven --- Reading git-diff-tree failed