linux510/512-tkg: Update Project C and UPDS patchsets
This fixes a compilation error introduced by https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/diff/queue-5.12/sched-fair-fix-util_est-util_avg_unchanged-handling.patch?id=fbc5ef25c17a89db3fe7db9906ed39b1a4be760f Fixes https://github.com/Frogging-Family/linux-tkg/issues/270
This commit is contained in:
@@ -9477,9 +9477,9 @@ index 795e43e02afc..856163dac896 100644
|
||||
}
|
||||
|
||||
+#ifndef CONFIG_SCHED_ALT
|
||||
/*
|
||||
* When a task is dequeued, its estimated utilization should not be update if
|
||||
* its util_avg has not been updated at least once.
|
||||
static inline void cfs_se_util_change(struct sched_avg *avg)
|
||||
{
|
||||
unsigned int enqueued;
|
||||
@@ -162,9 +165,11 @@ static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq)
|
||||
return rq_clock_pelt(rq_of(cfs_rq));
|
||||
}
|
||||
|
Reference in New Issue
Block a user