sched: TIF_NEED_RESCHED -> need_reshed() cleanup
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 6 Mar 2009 11:40:20 +0000 (19:40 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Mar 2009 11:48:55 +0000 (12:48 +0100)
Impact: cleanup

Use test_tsk_need_resched(), set_tsk_need_resched(), need_resched()
instead of using TIF_NEED_RESCHED.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <49B10BA4.9070209@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found