sched: Clean up ttwu() rq locking
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 27 Nov 2009 14:44:43 +0000 (15:44 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Dec 2009 09:03:04 +0000 (10:03 +0100)
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>

No differences found