commit | 844ccdd7dce2c1a6ea9b437fcf8c3265b136e4a5 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 03 16:51:47 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Nov 27 08:42:03 2017 -0800 |
tree | 849c27c829544f9cde57bd2fd311060d5206c1d6 | |
parent | 51a1fd30f13090be7750fed86cf3728afaf4e394 [diff] |
rcu: Eliminate rcu_irq_enter_disabled() Now that the irq path uses the rcu_nmi_{enter,exit}() algorithm, rcu_irq_enter() and rcu_irq_exit() may be used from any context. There is thus no need for rcu_irq_enter_disabled() and for the checks using it. This commit therefore eliminates rcu_irq_enter_disabled(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>