summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSrivatsa Vaddagiri <vatsa@codeaurora.org>2014-07-21 08:24:04 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 19:59:55 -0700
commitf27b626521a14ebe9b9cfa692d59dcd72c1b4def (patch)
tree8107f1a705fbdda8234b9df9ccb2469507c4052e /include/linux
parentad25ca2afbd5b3f483a8fd28386a45a4db2b007a (diff)
sched: remove sysctl control for HMP and power-aware task placement
There is no real need to control HMP and power-aware task placement at runtime after kernel has booted. Boot-time control should be sufficient. Not allowing for runtime (sysctl) support simplifies the code quite a bit. Also rename sysctl_sched_enable_hmp_task_placement to be shorter. Change-Id: I60cae51a173c6f73b79cbf90c50ddd41a27604aa Signed-off-by: Srivatsa Vaddagiri <vatsa@codeaurora.org> Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org> [joonwoop@codeaurora.org: fixed minor conflict. p->nr_cpus_allowed == 1 has moved to core.c Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched/sysctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index fde724969cd8..da06dc1a374b 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -53,7 +53,6 @@ extern int sysctl_sched_freq_dec_notify_slack_pct;
#endif
#ifdef CONFIG_SCHED_HMP
-extern unsigned int sysctl_sched_enable_hmp_task_placement;
extern unsigned int sysctl_sched_spill_nr_run;
extern unsigned int sysctl_sched_mostly_idle_nr_run;
extern unsigned int sysctl_sched_spill_load_pct;
@@ -62,7 +61,6 @@ extern unsigned int sysctl_sched_small_task_pct;
extern unsigned int sysctl_sched_upmigrate_pct;
extern unsigned int sysctl_sched_downmigrate_pct;
extern int sysctl_sched_upmigrate_min_nice;
-extern unsigned int sysctl_sched_enable_power_aware;
extern unsigned int sysctl_sched_powerband_limit_pct;
extern unsigned int sysctl_sched_boost;