diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index c67ddf309c84..3b7f43e3b736 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -860,15 +860,9 @@ struct sched_group { | |||
860 | 860 | ||
861 | /* | 861 | /* |
862 | * CPU power of this group, SCHED_LOAD_SCALE being max power for a | 862 | * CPU power of this group, SCHED_LOAD_SCALE being max power for a |
863 | * single CPU. This is read only (except for setup, hotplug CPU). | 863 | * single CPU. |
864 | * Note : Never change cpu_power without recompute its reciprocal | ||
865 | */ | 864 | */ |
866 | unsigned int __cpu_power; | 865 | unsigned int cpu_power; |
867 | /* | ||
868 | * reciprocal value of cpu_power to avoid expensive divides | ||
869 | * (see include/linux/reciprocal_div.h) | ||
870 | */ | ||
871 | u32 reciprocal_cpu_power; | ||
872 | 866 | ||
873 | /* | 867 | /* |
874 | * The CPUs this group covers. | 868 | * The CPUs this group covers. |