rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Oct 2017 04:56:20 +0000 (21:56 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 27 Nov 2017 16:40:10 +0000 (08:40 -0800)
commitfd581a91ac16187625ec509414d08d37827472c4
tree7690c7656dba03c57ab93b9b801709184365bef5
parenta0eb22bf64a755bb162b421120b9fbe7d012b85f
rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation

This is a code-motion-only commit that prepares to define rcu_irq_enter()
in terms of rcu_nmi_enter() and rcu_irq_exit() in terms of rcu_irq_exit().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c