diff options
| author | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | 2015-06-19 13:03:11 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:02:20 -0700 |
| commit | 87fe20de7e7c54fd00a1acea8e84a70756bf9922 (patch) | |
| tree | 86112001808745671d2edb249af6296f9f48fdc6 /kernel/sched/debug.c | |
| parent | d590f251533a39ac3f061dcf6e9e3b9cf8a89b4d (diff) | |
sched: Update the wakeup placement logic for fair and rt tasks
For the fair sched class, update the select_best_cpu() policy to do
power based placement. The hope is to minimize the voltage at which
the CPU runs.
While RT tasks already do power based placement, their placement
preference has to now take into account the power cost of all tasks
on a given CPU. Also remove the check for sched_boost since
sched_boost no longer intends to elevate all tasks to the highest
capacity cluster.
Change-Id: Ic6a7625c97d567254d93b94cec3174a91727cb87
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
Diffstat (limited to 'kernel/sched/debug.c')
| -rw-r--r-- | kernel/sched/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 00e80d430455..5261ee0c35b9 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -318,8 +318,6 @@ do { \ P(cpu_capacity); #endif #ifdef CONFIG_SCHED_HMP - P(mostly_idle_load); - P(mostly_idle_nr_run); P(load_scale_factor); P(capacity); P(max_possible_capacity); |
