summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-18 23:48:38 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-18 23:48:38 -0800
commitfbbaeb656aa52d5a18e947c5b3611ff849f363d1 (patch)
tree2f93be0cfb66c4787a9f5129cc556eeaa0c2b427 /kernel/sysctl.c
parent3d4b6ca81878a5e086b6b391564df1a99e1d9afc (diff)
parente7dd50fa46d3e1397da7ef880c8d411a7839b566 (diff)
Merge "sched: hmp: Remove the global sysctl_sched_enable_colocation tunable"
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index eced92aa492a..d3873333c766 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -404,15 +404,6 @@ static struct ctl_table kern_table[] = {
.extra1 = &zero,
},
{
- .procname = "sched_enable_colocation",
- .data = &sysctl_sched_enable_colocation,
- .maxlen = sizeof(unsigned int),
- .mode = 0644,
- .proc_handler = proc_dointvec,
- .extra1 = &zero,
- .extra2 = &one,
- },
- {
.procname = "sched_restrict_cluster_spill",
.data = &sysctl_sched_restrict_cluster_spill,
.maxlen = sizeof(unsigned int),