sched: Remove member rt_se from struct rt_rq
authorYong Zhang <yong.zhang0@gmail.com>
Fri, 29 Jan 2010 06:58:47 +0000 (14:58 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Feb 2010 08:57:33 +0000 (09:57 +0100)
It's a duplicate of tg->rt_se[cpu] and the only usage is
sched_rt_rq_dequeue() and sched_rt_rq_enqueue(). After the
first patch to those two function. rt_se can be removed.

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: <2674af741001282258q38781619u653ca4a7dd267347@mail.gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c

diff --cc kernel/sched.c
Simple merge