git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36b2e92
)
sched: Remove rcu_read_lock() from wake_affine()
author
Nikunj A. Dadhania
<nikunj@linux.vnet.ibm.com>
Tue, 7 Jun 2011 10:13:22 +0000
(15:43 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 1 Jul 2011 08:39:06 +0000
(10:39 +0200)
wake_affine() is only called from one path: select_task_rq_fair(),
which already has the RCU read lock held.
Signed-off-by: Nikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Link:
http://lkml.kernel.org/r/20110607101251.777.34547.stgit@IBM-009124035060.in.ibm.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found