From ec7d8cc0766bb640f6bb12f7c7fc4f5b65d9a272 Mon Sep 17 00:00:00 2001 From: Steve Muckle Date: Thu, 12 Jun 2014 10:44:46 -0700 Subject: 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 Signed-off-by: Srivatsa Vaddagiri --- include/linux/sched/sysctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 */ -- cgit v1.2.3