aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index fe1165b226a1..213294fdcd0f 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -250,6 +250,9 @@ struct cfs_rq {
250 * It is set to NULL otherwise (i.e when none are currently running). 250 * It is set to NULL otherwise (i.e when none are currently running).
251 */ 251 */
252 struct sched_entity *curr; 252 struct sched_entity *curr;
253
254 unsigned long nr_spread_over;
255
253#ifdef CONFIG_FAIR_GROUP_SCHED 256#ifdef CONFIG_FAIR_GROUP_SCHED
254 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */ 257 struct rq *rq; /* cpu runqueue to which this cfs_rq is attached */
255 258