summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorJoonwoo Park <joonwoop@codeaurora.org>2016-05-25 11:24:14 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-01 15:21:04 -0700
commit5160d93b6dc93a863c22f242f3ea4c8ae6c08076 (patch)
tree9fe2e54e65e422ebbb90d5cf79d016887319af1a /kernel/sysctl.c
parenta2ac6d40d3395cac27257a72c52d4dbdde7428be (diff)
sched: eliminate sched_account_wait_time knob
Kill unused scheduler knob sched_account_wait_time. With this change scheduler always accounts task's wait time into demand. Change-Id: Ifa4bcb5685798f48fd020f3d0c9853220b3f5fdc Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 825be75ca1a3..13bcfe33ffc3 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -340,13 +340,6 @@ static struct ctl_table kern_table[] = {
#endif
#ifdef CONFIG_SCHED_HMP
{
- .procname = "sched_account_wait_time",
- .data = &sysctl_sched_account_wait_time,
- .maxlen = sizeof(unsigned int),
- .mode = 0644,
- .proc_handler = sched_window_update_handler,
- },
- {
.procname = "sched_cpu_high_irqload",
.data = &sysctl_sched_cpu_high_irqload,
.maxlen = sizeof(unsigned int),