aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched_rt.c
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2008-06-27 13:41:10 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-27 14:31:26 +0200
commitbf647b62fdb948e757a7b4d18d4f16e3c763b1d1 (patch)
tree28b52250ff8a8e02b3cae483fb59368f2aabdc54 /kernel/sched_rt.c
parentf57aec5a871907427060196f6bac3d0011b38450 (diff)
sched: clean up some unused variables
In file included from /mnt/build/linux-2.6/kernel/sched.c:1496: /mnt/build/linux-2.6/kernel/sched_rt.c: In function '__enable_runtime': /mnt/build/linux-2.6/kernel/sched_rt.c:339: warning: unused variable 'rd' /mnt/build/linux-2.6/kernel/sched_rt.c: In function 'requeue_rt_entity': /mnt/build/linux-2.6/kernel/sched_rt.c:692: warning: unused variable 'queue' Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> Cc: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_rt.c')
-rw-r--r--kernel/sched_rt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index bd90c8bb073..6b4a6b5a416 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -336,7 +336,6 @@ static void disable_runtime(struct rq *rq)
static void __enable_runtime(struct rq *rq)
{
- struct root_domain *rd = rq->rd;
struct rt_rq *rt_rq;
if (unlikely(!scheduler_running))
@@ -689,7 +688,6 @@ static
void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se)
{
struct rt_prio_array *array = &rt_rq->active;
- struct list_head *queue = array->queue + rt_se_prio(rt_se);
if (on_rt_rq(rt_se)) {
list_del_init(&rt_se->run_list);