diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index a3e5b1cd0438..c731296e5e93 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -857,7 +857,7 @@ struct sched_group { | |||
857 | * CPU power of this group, SCHED_LOAD_SCALE being max power for a | 857 | * CPU power of this group, SCHED_LOAD_SCALE being max power for a |
858 | * single CPU. | 858 | * single CPU. |
859 | */ | 859 | */ |
860 | unsigned int cpu_power; | 860 | unsigned int cpu_power, cpu_power_orig; |
861 | 861 | ||
862 | /* | 862 | /* |
863 | * The CPUs this group covers. | 863 | * The CPUs this group covers. |