aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index a96f03598c61..322110affe63 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -854,10 +854,10 @@ enum cpu_idle_type {
854}; 854};
855 855
856/* 856/*
857 * Increase resolution of cpu_power calculations 857 * Increase resolution of cpu_capacity calculations
858 */ 858 */
859#define SCHED_POWER_SHIFT 10 859#define SCHED_CAPACITY_SHIFT 10
860#define SCHED_POWER_SCALE (1L << SCHED_POWER_SHIFT) 860#define SCHED_CAPACITY_SCALE (1L << SCHED_CAPACITY_SHIFT)
861 861
862/* 862/*
863 * sched-domains (multiprocessor balancing) declarations: 863 * sched-domains (multiprocessor balancing) declarations: