]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched: clean up this_rq use in kernel/sched_rt.c
authorGregory Haskins <ghaskins@novell.com>
Fri, 25 Jan 2008 20:08:09 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:09 +0000 (21:08 +0100)
commit697f0a487f294e634a342764472b79375bb3158a
treeedfee23b36eef33027368bf488a731d5373765aa
parent73fe6aae84400e2b475e2a1dc4e8592cd3ed6e69
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 <ghaskins@novell.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_rt.c