sched: Remove noop in alloc_rt_sched_group()
authorHillf Danton <dhillf@gmail.com>
Sat, 23 Apr 2011 13:29:05 +0000 (21:29 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 26 Apr 2011 11:34:08 +0000 (13:34 +0200)
commit1437f5bca3c2d162f058cba37dfbeb20f619040d
tree50845b9da234c87ef6d8017f5fd5695226d12d82
parent625f2a378e5a10f45fdc37932fc9f8a21676de9e
sched: Remove noop in alloc_rt_sched_group()

The rq varible, though computed for each possible cpu, has nothing to
do in the function, so it can be removed.

This also eliminates a build warning.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Reviewed-by: Yong Zhang <yong.zhang0@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/BANLkTin-FfQfqW5ym1iuEmrk8s777Y1LAg@mail.gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c