Skip to content
Commit 030aebd2 authored by Arjan van de Ven's avatar Arjan van de Ven
Browse files

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: default avatarArjan van de Ven <arjan@linux.intel.com>
parent 2075eb8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment