commit | ab19cb23313733c55e0517607844b86720b35f5f | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Nov 27 15:44:43 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 09 10:03:04 2009 +0100 |
tree | 0d6780ab6d1e1e97b624e978ed3418e5786646d4 | |
parent | 5afcdab706d6002cb02b567ba46e650215e694e8 [diff] |
sched: Clean up ttwu() rq locking Since set_task_clock() doesn't rely on rq->clock anymore we can simplyfy the mess in ttwu(). Optimize things a bit by not fiddling with the IRQ state there. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>