From: Yong Zhang Date: Fri, 29 Jan 2010 06:57:52 +0000 (+0800) Subject: sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu] X-Git-Tag: v2.6.34-rc1~260^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b7eb5885415ed41d012f432398d1b697115b5f;p=pandora-kernel.git 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 Cc: Rusty Russell Signed-off-by: Peter Zijlstra LKML-Reference: <2674af741001282257r28c97a92o9f90cf16fe8d3d84@mail.gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed