aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r--kernel/sched/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index ae1be61fb279..5b343112a47b 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -397,6 +397,8 @@ struct task_group {
397 unsigned int uclamp_pct[UCLAMP_CNT]; 397 unsigned int uclamp_pct[UCLAMP_CNT];
398 /* Clamp values requested for a task group */ 398 /* Clamp values requested for a task group */
399 struct uclamp_se uclamp_req[UCLAMP_CNT]; 399 struct uclamp_se uclamp_req[UCLAMP_CNT];
400 /* Effective clamp values used for a task group */
401 struct uclamp_se uclamp[UCLAMP_CNT];
400#endif 402#endif
401 403
402}; 404};