arch_topology, sched/core: Cleanup thermal pressure definition
[sfrench/cifs-2.6.git] / include / linux / arch_topology.h
index 0566cb3314ef428aa0170842bfbd7a6cf091e684..69b1dabe39dc33e693f2e7a0f9fecc24241848ff 100644 (file)
@@ -39,8 +39,8 @@ static inline unsigned long topology_get_thermal_pressure(int cpu)
        return per_cpu(thermal_pressure, cpu);
 }
 
-void arch_set_thermal_pressure(struct cpumask *cpus,
-                              unsigned long th_pressure);
+void topology_set_thermal_pressure(const struct cpumask *cpus,
+                                  unsigned long th_pressure);
 
 struct cpu_topology {
        int thread_id;