diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/cpufreq/speedstep-ich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/speedstep-ich.c b/drivers/cpufreq/speedstep-ich.c index e56d632a8b21..37555c6b86a7 100644 --- a/drivers/cpufreq/speedstep-ich.c +++ b/drivers/cpufreq/speedstep-ich.c | |||
| @@ -292,7 +292,7 @@ static int speedstep_cpu_init(struct cpufreq_policy *policy) | |||
| 292 | 292 | ||
| 293 | /* only run on CPU to be set, or on its sibling */ | 293 | /* only run on CPU to be set, or on its sibling */ |
| 294 | #ifdef CONFIG_SMP | 294 | #ifdef CONFIG_SMP |
| 295 | cpumask_copy(policy->cpus, cpu_sibling_mask(policy->cpu)); | 295 | cpumask_copy(policy->cpus, topology_sibling_cpumask(policy->cpu)); |
| 296 | #endif | 296 | #endif |
| 297 | policy_cpu = cpumask_any_and(policy->cpus, cpu_online_mask); | 297 | policy_cpu = cpumask_any_and(policy->cpus, cpu_online_mask); |
| 298 | 298 | ||
