From: Yong Zhang on
member rt_se of struct rt_rq is a duplicate of tg->rt_se[cpu].
So we can remove one of them. After checking CFS, I think
rt_rq->rt_se can be removed for some kinds of consistence.

Signed-off-by: Yong Zhang <yong.zhang0(a)gmail.com>

Yong Zhang (2):
sched: change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]
sched: remove member rt_se from struct rt_rq

kernel/sched.c | 2 --
kernel/sched_rt.c | 10 ++++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/