From: Hillf Danton Date: Sat, 23 Apr 2011 13:29:05 +0000 (+0800) Subject: sched: Remove noop in alloc_rt_sched_group() X-Git-Tag: v3.0-rc1~403^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1437f5bca3c2d162f058cba37dfbeb20f619040d;p=pandora-kernel.git 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 Reviewed-by: Yong Zhang Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/BANLkTin-FfQfqW5ym1iuEmrk8s777Y1LAg@mail.gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed