File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8038,7 +8038,7 @@ static inline void init_sd_lb_stats(struct sd_lb_stats *sds)
8038
8038
};
8039
8039
}
8040
8040
8041
- static unsigned long scale_rt_capacity (struct sched_domain * sd , int cpu )
8041
+ static unsigned long scale_rt_capacity (int cpu )
8042
8042
{
8043
8043
struct rq * rq = cpu_rq (cpu );
8044
8044
unsigned long max = arch_scale_cpu_capacity (cpu );
@@ -8070,7 +8070,7 @@ static unsigned long scale_rt_capacity(struct sched_domain *sd, int cpu)
8070
8070
8071
8071
static void update_cpu_capacity (struct sched_domain * sd , int cpu )
8072
8072
{
8073
- unsigned long capacity = scale_rt_capacity (sd , cpu );
8073
+ unsigned long capacity = scale_rt_capacity (cpu );
8074
8074
struct sched_group * sdg = sd -> groups ;
8075
8075
8076
8076
cpu_rq (cpu )-> cpu_capacity_orig = arch_scale_cpu_capacity (cpu );
You can’t perform that action at this time.
0 commit comments