]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/process_64.c
Merge branch 'linus' into timers/nohz
[~andy/linux] / arch / x86 / kernel / process_64.c
index a8e53626ac9aaf5fc8290908aaf42552556a1b11..9a10c1897921e84ae6851a141d375eef16037543 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();