Merge branch 'linus' into tracing/urgent

This commit is contained in:
Ingo Molnar
2008-07-24 08:09:26 +02:00
3139 changed files with 245154 additions and 140486 deletions
+3 -1
View File
@@ -213,7 +213,9 @@ static void start_stack_timers(void)
int cpu;
for_each_online_cpu(cpu) {
set_cpus_allowed_ptr(current, &cpumask_of_cpu(cpu));
cpumask_of_cpu_ptr(new_mask, cpu);
set_cpus_allowed_ptr(current, new_mask);
start_stack_timer(cpu);
}
set_cpus_allowed_ptr(current, &saved_mask);