diff options
author | Paul E. McKenney | 2011-08-04 16:55:34 +0200 |
---|---|---|
committer | Paul E. McKenney | 2011-09-29 06:38:39 +0200 |
commit | 82e78d80fc392ac7e98326bc8beeb8a679913ffd (patch) | |
tree | 4999d3c03ed711056474c3a31512e7d3cf253b87 /kernel/rcutree.c | |
parent | rcu: Prevent early boot set_need_resched() from __rcu_pending() (diff) | |
download | kernel-qcow2-linux-82e78d80fc392ac7e98326bc8beeb8a679913ffd.tar.gz kernel-qcow2-linux-82e78d80fc392ac7e98326bc8beeb8a679913ffd.tar.xz kernel-qcow2-linux-82e78d80fc392ac7e98326bc8beeb8a679913ffd.zip |
rcu: Simplify unboosting checks
Commit 7765be (Fix RCU_BOOST race handling current->rcu_read_unlock_special)
introduced a new ->rcu_boosted field in the task structure. This is
redundant because the existing ->rcu_boost_mutex will be non-NULL at
any time that ->rcu_boosted is nonzero. Therefore, this commit removes
->rcu_boosted and tests ->rcu_boost_mutex instead.
Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcutree.c')
0 files changed, 0 insertions, 0 deletions