sched: Use for_each_class macro in move_one_task()
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Tue, 18 Aug 2009 04:01:01 +0000 (13:01 +0900)
committerIngo Molnar <mingo@elte.hu>
Thu, 20 Aug 2009 11:00:30 +0000 (13:00 +0200)
commitcde7e5ca4e329a157108769d1f752d191cbb71c6
tree654984be0202a0276af03379b0a48f2a809a4a27
parent1314562a9ae5f39f6f595656023c1baf970831ef
sched: Use for_each_class macro in move_one_task()

Replace for loop with the macro for_each_class to cleanup.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
LKML-Reference: <4A8A277D.4090304@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c