]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/timer.c
[PATCH] hrtimer: hrtimer core code
[karo-tx-linux.git] / kernel / timer.c
index 074b4bd5cfd8b62a9b92555514455a4a06f0416e..80bf2acf6b08996944fdfc6c07dd542528fd93bc 100644 (file)
@@ -858,6 +858,7 @@ static void run_timer_softirq(struct softirq_action *h)
 {
        tvec_base_t *base = &__get_cpu_var(tvec_bases);
 
+       hrtimer_run_queues();
        if (time_after_eq(jiffies, base->timer_jiffies))
                __run_timers(base);
 }