diff options
| author | Srivatsa Vaddagiri <vatsa@codeaurora.org> | 2014-10-13 16:45:45 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:00:54 -0700 |
| commit | 98f89f00dc4fc76e67d707f895b1dd7166bc47b4 (patch) | |
| tree | 646c7e868c2903a3da08ae7d78c2f140950fad4b /kernel/sysctl.c | |
| parent | 6139e8a16f92ab392de53264cf3000af68f6a85a (diff) | |
sched: update governor notification logic
Make criteria for notifying governor to be per-cpu. Governor is
notified of any large change in cpu's busy time statistics
(rq->prev_runnable_sum) since the last reported value.
Change-Id: I727354d994d909b166d093b94d3dade7c7dddc0d
Signed-off-by: Srivatsa Vaddagiri <vatsa@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 2d5ac1775889..e7b03e816bd7 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -335,13 +335,6 @@ static struct ctl_table kern_table[] = { .mode = 0644, .proc_handler = sched_hmp_proc_update_handler, }, - { - .procname = "sched_gov_response_time", - .data = &sysctl_sched_gov_response_time, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = proc_dointvec, - }, #endif #ifdef CONFIG_SCHED_HMP { |
