| commit | e97f34cf2ccdbc4717ad07756b23a4c9950a5dc0 | [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> | Tue Oct 03 16:51:47 2017 -0700 |
| tree | be7b615aae20ed4011f18ae1eff2dd9c4299bf40 | |
| parent | 80e0240b049ae756e346d527e1b338c5916149e9 [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>