|
@@ -196,7 +196,7 @@ void cmci_rediscover(int dying)
|
|
return;
|
|
return;
|
|
cpumask_copy(old, ¤t->cpus_allowed);
|
|
cpumask_copy(old, ¤t->cpus_allowed);
|
|
|
|
|
|
- for_each_online_cpu (cpu) {
|
|
|
|
|
|
+ for_each_online_cpu(cpu) {
|
|
if (cpu == dying)
|
|
if (cpu == dying)
|
|
continue;
|
|
continue;
|
|
if (set_cpus_allowed_ptr(current, cpumask_of(cpu)))
|
|
if (set_cpus_allowed_ptr(current, cpumask_of(cpu)))
|