diff options
| author | Joonwoo Park <joonwoop@codeaurora.org> | 2016-05-25 12:02:27 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-03 14:47:39 -0700 |
| commit | eedf0821f656d424859d37d018e699b9e58344c6 (patch) | |
| tree | 7a982bdb2909c458cca1f04cedd5a0eddc2010b5 /kernel/sysctl.c | |
| parent | 6b2c4343e7b18d9075b45c387396623665786534 (diff) | |
sched: Remove the sched heavy task frequency guidance feature
This has always been unused feature given its limitation of adding
phantom load to the system. Since there are no immediate plans of
using this and the fact that it adds unnecessary complications to
the new load fixup mechanism, remove this feature for now. It can
be revisited later in light of the new mechanism.
Change-Id: Ie9501a898d0f423338293a8dde6bc56f493f1e75
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
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 deffbdb0abf5..5f0767a2605c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -316,13 +316,6 @@ static struct ctl_table kern_table[] = { .proc_handler = proc_dointvec_minmax, .extra1 = &zero, }, - { - .procname = "sched_heavy_task", - .data = &sysctl_sched_heavy_task_pct, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = sched_hmp_proc_update_handler, - }, #endif #ifdef CONFIG_SCHED_HMP { |
