diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2017-11-02 15:13:26 +0530 |
---|---|---|
committer | Todd Kjos <tkjos@google.com> | 2017-11-07 23:57:47 +0000 |
commit | df147c9e336cfcb4183db1eb9552b0429060cd0d (patch) | |
tree | 8839946a651b94292af9bc26a215cb1d7d4f7dc7 /kernel/sysctl.c | |
parent | d194ba5d712f051ff6c025f3484bb72f219764e3 (diff) |
cpufreq: Drop schedfreq governor
We all should be using (and improving) the schedutil governor now. Get
rid of the non-upstream governor.
Tested on Hikey.
Change-Id: Ic660756536e5da51952738c3c18b94e31f58cd57
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.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 55caf81a833f..4e2f98dd2052 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -343,13 +343,6 @@ static struct ctl_table kern_table[] = { }, #endif { - .procname = "sched_initial_task_util", - .data = &sysctl_sched_initial_task_util, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = proc_dointvec, - }, - { .procname = "sched_cstate_aware", .data = &sysctl_sched_cstate_aware, .maxlen = sizeof(unsigned int), |