Tk-Glitch
2021-06-17 12:45:18 +02:00
parent d150b300bd
commit 52149ad829
4 changed files with 13 additions and 13 deletions

View File

@@ -8497,9 +8497,9 @@ index 795e43e02afc..d1fc38858d7f 100644
}
+#ifndef CONFIG_SCHED_PDS
/*
* 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));
}

View File

@@ -8573,9 +8573,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));
}

View File

@@ -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));
}