nohz: prevent tick stop outside of the idle loop
[deliverable/linux.git] / arch / mips / kernel / process.c
index 2c09a442e5e5939160843570e60e829a5995fe32..bdead3aad2537902cb35e75675ffe66fd08d7236 100644 (file)
@@ -53,7 +53,7 @@ void __noreturn cpu_idle(void)
 {
        /* endless idle loop with no priority at all */
        while (1) {
-               tick_nohz_stop_sched_tick();
+               tick_nohz_stop_sched_tick(1);
                while (!need_resched()) {
 #ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG
                        extern void smtc_idle_loop_hook(void);
This page took 0.026284 seconds and 5 git commands to generate.