commit | 697f0a487f294e634a342764472b79375bb3158a | [log] [tgz] |
---|---|---|
author | Gregory Haskins <ghaskins@novell.com> | Fri Jan 25 21:08:09 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:09 2008 +0100 |
tree | edfee23b36eef33027368bf488a731d5373765aa | |
parent | 73fe6aae84400e2b475e2a1dc4e8592cd3ed6e69 [diff] |
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>