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/sysctl.c | |
| 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/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 4903d5a9f9ae..e4923c409821 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -375,13 +375,6 @@ static struct ctl_table kern_table[] = { .proc_handler = sched_hmp_proc_update_handler, }, { - .procname = "sched_min_runtime", - .data = &sysctl_sched_min_runtime, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = sched_hmp_proc_update_handler, - }, - { .procname = "sched_spill_load", .data = &sysctl_sched_spill_load_pct, .maxlen = sizeof(unsigned int), |
