mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 09:41:33 +00:00
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>