Commit ca69ae62 authored by Linus Torvalds's avatar Linus Torvalds

Automerge

parents b19c78e7 161fa110
...@@ -1760,7 +1760,7 @@ void __init migration_init(void) ...@@ -1760,7 +1760,7 @@ void __init migration_init(void)
current->cpus_allowed = -1L; current->cpus_allowed = -1L;
for (cpu = 0; cpu < smp_num_cpus; cpu++) for (cpu = 0; cpu < smp_num_cpus; cpu++)
while (!cpu_rq(cpu)->migration_thread) while (!cpu_rq(cpu_logical_map(cpu))->migration_thread)
schedule_timeout(2); schedule_timeout(2);
} }
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment