|
@@ -37,12 +37,7 @@ void arch_set_freq_scale(struct cpumask *cpus, unsigned long cur_freq,
|
|
|
}
|
|
|
|
|
|
static DEFINE_MUTEX(cpu_scale_mutex);
|
|
|
-static DEFINE_PER_CPU(unsigned long, cpu_scale) = SCHED_CAPACITY_SCALE;
|
|
|
-
|
|
|
-unsigned long topology_get_cpu_scale(struct sched_domain *sd, int cpu)
|
|
|
-{
|
|
|
- return per_cpu(cpu_scale, cpu);
|
|
|
-}
|
|
|
+DEFINE_PER_CPU(unsigned long, cpu_scale) = SCHED_CAPACITY_SCALE;
|
|
|
|
|
|
void topology_set_cpu_scale(unsigned int cpu, unsigned long capacity)
|
|
|
{
|