diff options
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck/mce_intel_64.c')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce_intel_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c index 13abafcb72e4..eff3740501a3 100644 --- a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c +++ b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c | |||
@@ -196,7 +196,7 @@ void cmci_rediscover(int dying) | |||
196 | return; | 196 | return; |
197 | cpumask_copy(old, ¤t->cpus_allowed); | 197 | cpumask_copy(old, ¤t->cpus_allowed); |
198 | 198 | ||
199 | for_each_online_cpu (cpu) { | 199 | for_each_online_cpu(cpu) { |
200 | if (cpu == dying) | 200 | if (cpu == dying) |
201 | continue; | 201 | continue; |
202 | if (set_cpus_allowed_ptr(current, cpumask_of(cpu))) | 202 | if (set_cpus_allowed_ptr(current, cpumask_of(cpu))) |