Merge branch 'linus' into timers/nohz

This commit is contained in:
Ingo Molnar
2008-07-18 19:53:16 +02:00
4958 changed files with 298069 additions and 304351 deletions

View File

@@ -289,6 +289,7 @@ void tick_nohz_stop_sched_tick(int inidle)
ts->tick_stopped = 1;
ts->idle_jiffies = last_jiffies;
rcu_enter_nohz();
sched_clock_tick_stop(cpu);
}
/*
@@ -391,6 +392,7 @@ void tick_nohz_restart_sched_tick(void)
select_nohz_load_balancer(0);
now = ktime_get();
tick_do_update_jiffies64(now);
sched_clock_tick_start(cpu);
cpu_clear(cpu, nohz_cpu_mask);
/*