sched: Remove rq argument to the tracepoints
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 4 May 2010 18:36:56 +0000 (20:36 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 7 May 2010 09:28:17 +0000 (11:28 +0200)
struct rq isn't visible outside of sched.o so its near useless to
expose the pointer, also there are no users of it, so remove it.

Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1272997616.1642.207.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found