diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index b9b9420a12974041446af5ab895e2a7ddd37ca08..3a951d8d577019dcd21d9c3b547a035f650f66a9 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -782,8 +782,6 @@ void clock_was_set(void) */ void hrtimers_resume(void) { - struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); - WARN_ONCE(!irqs_disabled(), KERN_INFO "hrtimers_resume() called with IRQs enabled!");