Loading kernel/hrtimer.c +2 −6 Original line number Diff line number Diff line Loading @@ -1395,15 +1395,11 @@ void hrtimer_peek_ahead_timers(void) unsigned long flags; struct tick_device *td; struct clock_event_device *dev; struct hrtimer_cpu_base *cpu_base; if (hrtimer_hres_active()) if (!hrtimer_hres_active()) return; local_irq_save(flags); cpu_base = &__get_cpu_var(hrtimer_bases); if (!cpu_base->hres_active) goto out; td = &__get_cpu_var(tick_cpu_device); if (!td) goto out; Loading Loading
kernel/hrtimer.c +2 −6 Original line number Diff line number Diff line Loading @@ -1395,15 +1395,11 @@ void hrtimer_peek_ahead_timers(void) unsigned long flags; struct tick_device *td; struct clock_event_device *dev; struct hrtimer_cpu_base *cpu_base; if (hrtimer_hres_active()) if (!hrtimer_hres_active()) return; local_irq_save(flags); cpu_base = &__get_cpu_var(hrtimer_bases); if (!cpu_base->hres_active) goto out; td = &__get_cpu_var(tick_cpu_device); if (!td) goto out; Loading