diff options
Diffstat (limited to 'drivers/cpufreq/p4-clockmod.c')
-rw-r--r-- | drivers/cpufreq/p4-clockmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c index 529cfd92158f..5dd95dab580d 100644 --- a/drivers/cpufreq/p4-clockmod.c +++ b/drivers/cpufreq/p4-clockmod.c | |||
@@ -172,7 +172,7 @@ static int cpufreq_p4_cpu_init(struct cpufreq_policy *policy) | |||
172 | unsigned int i; | 172 | unsigned int i; |
173 | 173 | ||
174 | #ifdef CONFIG_SMP | 174 | #ifdef CONFIG_SMP |
175 | cpumask_copy(policy->cpus, cpu_sibling_mask(policy->cpu)); | 175 | cpumask_copy(policy->cpus, topology_sibling_cpumask(policy->cpu)); |
176 | #endif | 176 | #endif |
177 | 177 | ||
178 | /* Errata workaround */ | 178 | /* Errata workaround */ |