commit | 030aebd2e439a2ebcca2b0ce30a02ed84feb043e | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sat Oct 11 12:25:45 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Sat Oct 11 12:25:45 2008 -0700 |
tree | 2a6e0ce9fbd690dd8d8be1b615dcedeaefffcc23 | |
parent | 2075eb8d95612cadde91ef5be82691d97a2ea6c5 [diff] |
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 <arjan@linux.intel.com>