From: Peter Zijlstra Date: Tue, 5 Apr 2011 15:23:52 +0000 (+0200) Subject: sched: Drop rq->lock from first part of wake_up_new_task() X-Git-Tag: v3.0-rc1~357^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2515c4b98f7bc4fa11cad9fa0f811d63a72a26;p=pandora-kernel.git sched: Drop rq->lock from first part of wake_up_new_task() Since p->pi_lock now protects all things needed to call select_task_rq() avoid the double remote rq->lock acquisition and rely on p->pi_lock. 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.273362517@chello.nl Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed