diff options
author | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | 2015-06-15 10:34:01 -0700 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:02:18 -0700 |
commit | f2ea07a15551d8cb9002c833dd4307857efb3a6b (patch) | |
tree | 2b41a676de6313a38be4b54a84294a33a169ccaa /kernel/sched/features.h | |
parent | d5bf122db13ca17e819a10d09bfcb8acd5608e5f (diff) |
sched: Rework energy aware scheduling
Energy aware core rotation is not compatible with the power
based task placement being introduced in subsequent patches.
Remove all existing EA based task placement/migration logic.
power_cost() is the only function remaining. This function has
been modified to return the total power cost associated with a
task on a given CPU taking existing load on that CPU into
account.
Change-Id: Ia00501e3cbfc6e11446a9a2e93e318c4c42bdab4
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
[joonwoop@codeaurora.org: fixed multiple conflicts in fair.c and minor
conflict in features.h]
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'kernel/sched/features.h')
-rw-r--r-- | kernel/sched/features.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched/features.h b/kernel/sched/features.h index e1783f7952a5..acee1854c3d0 100644 --- a/kernel/sched/features.h +++ b/kernel/sched/features.h @@ -68,5 +68,3 @@ SCHED_FEAT(FORCE_SD_OVERLAP, false) SCHED_FEAT(RT_RUNTIME_SHARE, true) SCHED_FEAT(LB_MIN, false) SCHED_FEAT(ATTACH_AGE_LOAD, true) - -SCHED_FEAT(FORCE_CPU_THROTTLING_IMMINENT, false) |