summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2015-06-19 12:28:24 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:02:19 -0700
commitd590f251533a39ac3f061dcf6e9e3b9cf8a89b4d (patch)
tree74413a03fb3cb41abfe11909bb69478d27159fb3 /kernel/sysctl.c
parentf2ea07a15551d8cb9002c833dd4307857efb3a6b (diff)
sched: remove the notion of small tasks and small task packing
Task packing will now be determined solely on the basis of the power cost of task placement. All tasks are eligible for packing. Remove the notion of "small" tasks from the scheduler. Change-Id: I72d52d04b2677c6a8d0bc6aa7d50ff0f1a4f5ebb Signed-off-by: Syed Rameez Mustafa <rameezmustafa@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 e4923c409821..ae83b7653503 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -368,13 +368,6 @@ static struct ctl_table kern_table[] = {
.proc_handler = sched_window_update_handler,
},
{
- .procname = "sched_small_task",
- .data = &sysctl_sched_small_task_pct,
- .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),