diff options
Diffstat (limited to 'include/linux/sched/topology.h')
| -rw-r--r-- | include/linux/sched/topology.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index 18572c9ea724..4237daa5ac7a 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -110,7 +110,7 @@ struct sched_domain {  	unsigned long last_decay_max_lb_cost;  #ifdef CONFIG_SCHEDSTATS -	/* load_balance() stats */ +	/* sched_balance_rq() stats */  	unsigned int lb_count[CPU_MAX_IDLE_TYPES];  	unsigned int lb_failed[CPU_MAX_IDLE_TYPES];  	unsigned int lb_balanced[CPU_MAX_IDLE_TYPES]; @@ -270,17 +270,17 @@ unsigned long arch_scale_cpu_capacity(int cpu)  }  #endif -#ifndef arch_scale_thermal_pressure +#ifndef arch_scale_hw_pressure  static __always_inline -unsigned long arch_scale_thermal_pressure(int cpu) +unsigned long arch_scale_hw_pressure(int cpu)  {  	return 0;  }  #endif -#ifndef arch_update_thermal_pressure +#ifndef arch_update_hw_pressure  static __always_inline -void arch_update_thermal_pressure(const struct cpumask *cpus, +void arch_update_hw_pressure(const struct cpumask *cpus,  				  unsigned long capped_frequency)  { }  #endif  |