Loading kernel/sched/core.c +6 −0 Original line number Diff line number Diff line Loading @@ -7444,6 +7444,12 @@ static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) if (parent) sched_online_group(tg, parent); #ifdef CONFIG_UCLAMP_TASK_GROUP /* Propagate the effective uclamp value for the new group */ cpu_util_update_eff(css); #endif return 0; } Loading Loading
kernel/sched/core.c +6 −0 Original line number Diff line number Diff line Loading @@ -7444,6 +7444,12 @@ static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) if (parent) sched_online_group(tg, parent); #ifdef CONFIG_UCLAMP_TASK_GROUP /* Propagate the effective uclamp value for the new group */ cpu_util_update_eff(css); #endif return 0; } Loading