diff options
| author | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2017-02-08 09:33:22 +0530 |
|---|---|---|
| committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | 2017-02-08 09:46:57 +0530 |
| commit | b61c01f52f1ea4ddaf2574370859c94ad5dd577d (patch) | |
| tree | 867e2d602441fb81682766560b7b4b5c06a1b338 /kernel/sysctl.c | |
| parent | 2aa89ab3ff59a788321bc6af782d639cfc8dab1f (diff) | |
sched: remove sched_new_task_windows tunable
The sched_new_task_windows tunable is set to 5 in the scheduler
and it is not changed from user space. Remove this unused tunable.
Change-Id: I771e12b44876efe75ce87a90e4e9d69c22168b64
Signed-off-by: Pavankumar Kondeti <pkondeti@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 7112dc54d88e..ffa85996313c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -449,13 +449,6 @@ static struct ctl_table kern_table[] = { .proc_handler = proc_dointvec, }, { - .procname = "sched_new_task_windows", - .data = &sysctl_sched_new_task_windows, - .maxlen = sizeof(unsigned int), - .mode = 0644, - .proc_handler = sched_window_update_handler, - }, - { .procname = "sched_pred_alert_freq", .data = &sysctl_sched_pred_alert_freq, .maxlen = sizeof(unsigned int), |
