]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Remove rcu_read_lock/unlock() from select_idle_sibling()
authorNikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Fri, 17 Feb 2012 03:04:30 +0000 (08:34 +0530)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Feb 2012 11:28:28 +0000 (12:28 +0100)
commite1a538985838e5a41849662389b95342e0bfbcf4
treecf1365f5c0d0b9aebb5877afa8a7b5da4aa11917
parent6878f2d6dc6e9e4dddc69b861bc32b530dd53385
sched: Remove rcu_read_lock/unlock() from select_idle_sibling()

select_idle_sibling() is called from 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>
Link: http://lkml.kernel.org/r/20120217030409.11748.12491.stgit@abhimanyu
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched/fair.c