Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323929
b: refs/heads/master
c: 38b8dd6
h: refs/heads/master
i:
  323927: 97810dc
v: v3
  • Loading branch information
Michael Wang authored and Ingo Molnar committed Sep 4, 2012
1 parent cac31d3 commit 6a55965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d00535db42805e9ae5eadf1b4a86e01e85674b0c
refs/heads/master: 38b8dd6f87398524d02c21ff614c507ba8c9d295
7 changes: 0 additions & 7 deletions trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4348,13 +4348,6 @@ bool __sched yield_to(struct task_struct *p, bool preempt)
*/
if (preempt && rq != p_rq)
resched_task(p_rq->curr);
} else {
/*
* We might have set it in task_yield_fair(), but are
* not going to schedule(), so don't want to skip
* the next update.
*/
rq->skip_clock_update = 0;
}

out:
Expand Down

0 comments on commit 6a55965

Please sign in to comment.