From: Gregory Haskins Date: Fri, 25 Jan 2008 20:08:09 +0000 (+0100) Subject: sched: clean up this_rq use in kernel/sched_rt.c X-Git-Tag: v2.6.25-rc1~1237^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697f0a487f294e634a342764472b79375bb3158a;p=pandora-kernel.git sched: clean up this_rq use in kernel/sched_rt.c "this_rq" is normally used to denote the RQ on the current cpu (i.e. "cpu_rq(this_cpu)"). So clean up the usage of this_rq to be more consistent with the rest of the code. Signed-off-by: Gregory Haskins Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed