rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 12 Jul 2017 18:55:21 +0000 (11:55 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 Aug 2017 14:26:25 +0000 (07:26 -0700)
commit16c0b106070f4760f7d1fffb0cd40393552b5294
treebdf1b3e5c595e677859dc0b075f78bde6eff6454
parentd4db30af51eb94ccfd0037e114c1c12cc299a3f8
rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()

The rcu_idle_exit() and rcu_idle_enter() functions are exported because
they were originally used by RCU_NONIDLE(), which was intended to
be usable from modules.  However, RCU_NONIDLE() now instead uses
rcu_irq_enter_irqson() and rcu_irq_exit_irqson(), which are not
exported, and there have been no complaints.

This commit therefore removes the exports from rcu_idle_exit() and
rcu_idle_enter().

Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c