]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Aug 2012 19:14:19 +0000 (12:14 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Sep 2012 23:39:11 +0000 (16:39 -0700)
commit3e0ba5eb492a3da993c4342060558a405e9f9271
tree1e87f6e4158b74540312d6d0d9c2b9c83522f28f
parenta78963f38defc87f08950d57b67affef4a84d03c
rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()

The use of raw_local_irq_save() is unnecessary, given that local_irq_save()
really does disable interrupts.  Also, it appears to interfere with lockdep.
Therefore, this commit moves to local_irq_save().

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
kernel/rcutiny_plugin.h