commit | 1437f5bca3c2d162f058cba37dfbeb20f619040d | [log] [tgz] |
---|---|---|
author | Hillf Danton <dhillf@gmail.com> | Sat Apr 23 21:29:05 2011 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Apr 26 13:34:08 2011 +0200 |
tree | 50845b9da234c87ef6d8017f5fd5695226d12d82 | |
parent | 625f2a378e5a10f45fdc37932fc9f8a21676de9e [diff] |
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>