rcu: Eliminate rcu_irq_enter_disabled()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Oct 2017 23:51:47 +0000 (16:51 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 27 Nov 2017 16:42:03 +0000 (08:42 -0800)
commit844ccdd7dce2c1a6ea9b437fcf8c3265b136e4a5
tree849c27c829544f9cde57bd2fd311060d5206c1d6
parent51a1fd30f13090be7750fed86cf3728afaf4e394
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>
include/linux/rcutiny.h
include/linux/rcutree.h
include/linux/tracepoint.h
kernel/rcu/tree.c
kernel/trace/trace.c