]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/kernel/process.c
nohz: prevent tick stop outside of the idle loop
[linux-2.6-omap-h63xx.git] / arch / arm / kernel / process.c
index 46bf2ede612840b84eb3f7994c4cc85ae0d4c076..84f5a4c778fb13815303de4a8057a2ce5c779e0f 100644 (file)
@@ -164,7 +164,7 @@ void cpu_idle(void)
                if (!idle)
                        idle = default_idle;
                leds_event(led_idle_start);
-               tick_nohz_stop_sched_tick();
+               tick_nohz_stop_sched_tick(1);
                while (!need_resched())
                        idle();
                leds_event(led_idle_end);