summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@codeaurora.org>2014-06-12 10:44:46 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 19:59:21 -0700
commitec7d8cc0766bb640f6bb12f7c7fc4f5b65d9a272 (patch)
treed75f70267a9644c56a7b5ea2877a1b01068e444c /include/linux
parent6e8842f8be8606761162cd1cb5ab75c037d5f359 (diff)
sched: add power aware scheduling sysctl
The sched_enable_power_aware sysctl will control whether or not scheduling decisions are influenced by the power consumption of individual CPUs. Change-Id: I312f892cf76a3fccc4ecc8aa6703908b205267f0 Signed-off-by: Steve Muckle <smuckle@codeaurora.org> Signed-off-by: Srivatsa Vaddagiri <vatsa@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index 82b43870c427..66a978ca7a65 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -55,6 +55,7 @@ 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;
#else /* CONFIG_SCHED_HMP */