|
@@ -924,7 +924,7 @@ struct load_weight {
|
|
struct sched_avg {
|
|
struct sched_avg {
|
|
/*
|
|
/*
|
|
* These sums represent an infinite geometric series and so are bound
|
|
* These sums represent an infinite geometric series and so are bound
|
|
- * above by 1024/(1-y). Thus we only need a u32 to store them for for all
|
|
|
|
|
|
+ * above by 1024/(1-y). Thus we only need a u32 to store them for all
|
|
* choices of y < 1-2^(-32)*1024.
|
|
* choices of y < 1-2^(-32)*1024.
|
|
*/
|
|
*/
|
|
u32 runnable_avg_sum, runnable_avg_period;
|
|
u32 runnable_avg_sum, runnable_avg_period;
|