From: Paul E. McKenney Date: Tue, 21 Aug 2012 19:14:19 +0000 (-0700) Subject: rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~2^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a11e2058f02feb6884efb067f328012c318a13f;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Tested-by: Fengguang Wu --- Reading git-diff-tree failed