Merge branch 'linus' into timers/nohz
[firefly-linux-kernel-4.4.55.git] / arch / arm / kernel / process.c
index 84f5a4c778fb13815303de4a8057a2ce5c779e0f..89bfded70a1f480ced698568a9d5fd685c48a17b 100644 (file)
@@ -133,10 +133,8 @@ static void default_idle(void)
                cpu_relax();
        else {
                local_irq_disable();
-               if (!need_resched()) {
-                       timer_dyn_reprogram();
+               if (!need_resched())
                        arch_idle();
-               }
                local_irq_enable();
        }
 }