From: Peter Zijlstra Date: Tue, 5 Apr 2011 15:23:46 +0000 (+0200) Subject: sched: Drop the rq argument to sched_class::select_task_rq() X-Git-Tag: v3.0-rc1~357^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7608dec2ce2004c234339bef8c8074e5e601d0e9;p=pandora-kernel.git sched: Drop the rq argument to sched_class::select_task_rq() In preparation of calling select_task_rq() without rq->lock held, drop the dependency on the rq argument. Reviewed-by: Frank Rowand Signed-off-by: Peter Zijlstra Cc: Mike Galbraith Cc: Nick Piggin Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/r/20110405152729.031077745@chello.nl Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed