sched/fair: Fix compilation issue
Code does not compile with CONFIG_CFS_BANDWIDTH. Change-Id: Idb74e9df4fcb55085ac869f5ba273cef4a3eb9eb Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
This commit is contained in:
parent
46aa49c118
commit
6812bb69d0
1 changed files with 1 additions and 1 deletions
|
@ -3525,7 +3525,7 @@ static void dec_throttled_cfs_rq_hmp_stats(struct hmp_sched_stats *stats,
|
|||
|
||||
BUG_ON(stats->nr_big_tasks < 0 ||
|
||||
(s64)stats->cumulative_runnable_avg < 0);
|
||||
verify_pred_demands_sum(stats);
|
||||
BUG_ON((s64)stats->pred_demands_sum < 0);
|
||||
}
|
||||
|
||||
#else /* CONFIG_CFS_BANDWIDTH */
|
||||
|
|
Loading…
Add table
Reference in a new issue