]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/cpu/mcheck/mce_intel_64.c
cpumask: use new cpumask functions throughout x86
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / cpu / mcheck / mce_intel_64.c
index aaa7d97309387d5e99aa63cfa5e7b9e6ea3131e1..96b2a85545aa8d6940775d54b191edce0aacc7dc 100644 (file)
@@ -249,7 +249,7 @@ void cmci_rediscover(int dying)
        for_each_online_cpu (cpu) {
                if (cpu == dying)
                        continue;
-               if (set_cpus_allowed_ptr(current, &cpumask_of_cpu(cpu)))
+               if (set_cpus_allowed_ptr(current, cpumask_of(cpu)))
                        continue;
                /* Recheck banks in case CPUs don't all have the same */
                if (cmci_supported(&banks))