Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32208
b: refs/heads/master
c: 0a565f7
h: refs/heads/master
v: v3
  • Loading branch information
Peter Williams authored and Linus Torvalds committed Jul 10, 2006
1 parent 8c875f9 commit 6fce545
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: e45b3b6af09dab2a28a7c88b340d0bcdd173e068
refs/heads/master: 0a565f7919cfb3d3df2c97d45751cbb83d858f97
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4877,7 +4877,7 @@ static int __migrate_task(struct task_struct *p, int src_cpu, int dest_cpu)
p->timestamp = p->timestamp - rq_src->timestamp_last_tick
+ rq_dest->timestamp_last_tick;
deactivate_task(p, rq_src);
activate_task(p, rq_dest, 0);
__activate_task(p, rq_dest);
if (TASK_PREEMPTS_CURR(p, rq_dest))
resched_task(rq_dest->curr);
}
Expand Down

0 comments on commit 6fce545

Please sign in to comment.