Merge branch 'linus' into timers/nohz
[pandora-kernel.git] / arch / x86 / kernel / process_64.c
index a8e5362..9a10c18 100644 (file)
@@ -120,7 +120,7 @@ void cpu_idle(void)
        current_thread_info()->status |= TS_POLLING;
        /* endless idle loop with no priority at all */
        while (1) {
-               tick_nohz_stop_sched_tick();
+               tick_nohz_stop_sched_tick(1);
                while (!need_resched()) {
 
                        rmb();