diff options
| author | Ethan Chen <intervigil@gmail.com> | 2018-01-20 16:35:53 -0800 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2023-07-16 12:47:43 +0200 |
| commit | c0fa7577022c4169e1aaaf1bd9e04f63d285beb2 (patch) | |
| tree | 83a03fba1d3744ec0903770bacfa0a56cea68cc5 /kernel/sched/walt.c | |
| parent | d5cd35f38616a70453da067eda153f5dc5ede3a1 (diff) | |
sched/walt: Re-add code to allow WALT to function
Change-Id: Ieb1067c5e276f872ed4c722b7d1fabecbdad87e7
Diffstat (limited to 'kernel/sched/walt.c')
| -rw-r--r-- | kernel/sched/walt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/sched/walt.c b/kernel/sched/walt.c index 8d25ffbe4fed..911606537808 100644 --- a/kernel/sched/walt.c +++ b/kernel/sched/walt.c @@ -57,11 +57,6 @@ static unsigned int sync_cpu; static ktime_t ktime_last; static bool walt_ktime_suspended; -static unsigned int task_load(struct task_struct *p) -{ - return p->ravg.demand; -} - static inline void fixup_cum_window_demand(struct rq *rq, s64 delta) { rq->cum_window_demand += delta; |
