|
@@ -562,7 +562,7 @@ __update_curr(struct cfs_rq *cfs_rq, struct sched_entity *curr,
|
|
curr->vruntime += delta_exec_weighted;
|
|
curr->vruntime += delta_exec_weighted;
|
|
update_min_vruntime(cfs_rq);
|
|
update_min_vruntime(cfs_rq);
|
|
|
|
|
|
-#ifdef CONFIG_FAIR_GROUP_SCHED
|
|
|
|
|
|
+#if defined CONFIG_SMP && defined CONFIG_FAIR_GROUP_SCHED
|
|
cfs_rq->load_unacc_exec_time += delta_exec;
|
|
cfs_rq->load_unacc_exec_time += delta_exec;
|
|
if (cfs_rq->load_unacc_exec_time > sysctl_sched_shares_window) {
|
|
if (cfs_rq->load_unacc_exec_time > sysctl_sched_shares_window) {
|
|
update_cfs_load(cfs_rq, 0);
|
|
update_cfs_load(cfs_rq, 0);
|