From: Wang Tao <wangtao554@huawei.com> Offering: HULK hulk inclusion category: bugfix bugzilla: NA -------------------------------- Fixes: 41838a3bdddf ("[Backport] sched/fair: Switch to task based throttle model") Signed-off-by: Wang Tao <wangtao554@huawei.com> --- kernel/sched/sched.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 75ec34f5ec9b..a1dacaf7803a 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -759,8 +759,9 @@ struct cfs_rq { u64 throttled_clock_pelt_time; u64 throttled_clock_self; u64 throttled_clock_self_time; - unsigned int throttled:2; - bool pelt_clock_throttled:1; + KABI_REPLACE2(int throttled, + unsigned int throttled:2, + bool pelt_clock_throttled:1) int throttle_count; struct list_head throttled_list; #ifdef CONFIG_SMP -- 2.18.0