Merge branch 'linus' into cpumask-for-linus
[platform/kernel/linux-rpi.git] / arch / x86 / kernel / cpu / cpufreq / speedstep-ich.c
index 8bbb11a..016c1a4 100644 (file)
@@ -321,7 +321,7 @@ static int speedstep_cpu_init(struct cpufreq_policy *policy)
 
        /* only run on CPU to be set, or on its sibling */
 #ifdef CONFIG_SMP
-       cpumask_copy(policy->cpus, &per_cpu(cpu_sibling_map, policy->cpu));
+       cpumask_copy(policy->cpus, cpu_sibling_mask(policy->cpu));
 #endif
 
        cpus_allowed = current->cpus_allowed;