|
@@ -1919,8 +1919,8 @@ static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_
|
|
if (!sched_feat(WAKEUP_PREEMPT))
|
|
if (!sched_feat(WAKEUP_PREEMPT))
|
|
return;
|
|
return;
|
|
|
|
|
|
- update_curr(cfs_rq);
|
|
|
|
find_matching_se(&se, &pse);
|
|
find_matching_se(&se, &pse);
|
|
|
|
+ update_curr(cfs_rq_of(se));
|
|
BUG_ON(!pse);
|
|
BUG_ON(!pse);
|
|
if (wakeup_preempt_entity(se, pse) == 1) {
|
|
if (wakeup_preempt_entity(se, pse) == 1) {
|
|
/*
|
|
/*
|