Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257155
b: refs/heads/master
c: e69c634
h: refs/heads/master
i:
  257153: 50633e5
  257151: 713fc05
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Dec 14, 2010
1 parent c88c8ef commit a1760ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 63f01241176d7cbc976385aec32f0a209b0bc36a
refs/heads/master: e69c634190dc724ef2d845ace8d783031d3e492e
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ static inline void ttwu_post_activation(struct task_struct *p, struct rq *rq,
if (p->sched_class->task_woken)
p->sched_class->task_woken(rq, p);

if (unlikely(rq->idle_stamp)) {
if (rq->idle_stamp) {
u64 delta = rq->clock - rq->idle_stamp;
u64 max = 2*sysctl_sched_migration_cost;

Expand Down

0 comments on commit a1760ea

Please sign in to comment.