]> Git Repo - linux.git/commit - kernel/sched.c
sched: Remove rq argument to sched_class::task_waking()
authorPeter Zijlstra <[email protected]>
Tue, 5 Apr 2011 15:23:47 +0000 (17:23 +0200)
committerIngo Molnar <[email protected]>
Thu, 14 Apr 2011 06:52:36 +0000 (08:52 +0200)
commit74f8e4b2335de45485b8d5b31a504747f13c8070
treef8f8ba3e346239c44177d09620e65b18870d911f
parent7608dec2ce2004c234339bef8c8074e5e601d0e9
sched: Remove rq argument to sched_class::task_waking()

In preparation of calling this without rq->lock held, remove the
dependency on the rq argument.

Reviewed-by: Frank Rowand <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h
kernel/sched.c
kernel/sched_fair.c
This page took 0.045389 seconds and 4 git commands to generate.