]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]
authorYong Zhang <yong.zhang0@gmail.com>
Fri, 29 Jan 2010 06:57:52 +0000 (14:57 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Feb 2010 08:57:32 +0000 (09:57 +0100)
commit74b7eb5885415ed41d012f432398d1b697115b5f
tree2014e5d505c797dce846c0193a9362003cac3bbd
parent4a461c85b643258e305eb5a3aced34009db2f818
sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]

This is the first step to remove rt_rq member rt_se because it have the
same meaning with tg->rt_se[cpu]. And the latter style is also used by
the fair scheduling class.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <2674af741001282257r28c97a92o9f90cf16fe8d3d84@mail.gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_rt.c