summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney2016-01-01 22:38:12 +0100
committerPaul E. McKenney2016-02-24 05:04:51 +0100
commit4f2a848c567c72f778352d65cc7c155d1a0977fd (patch)
tree251151a598c0e101f9f71a67f73f60112a303d32 /kernel/rcu
parentrcutorture: Check for self-detected stalls (diff)
downloadkernel-qcow2-linux-4f2a848c567c72f778352d65cc7c155d1a0977fd.tar.gz
kernel-qcow2-linux-4f2a848c567c72f778352d65cc7c155d1a0977fd.tar.xz
kernel-qcow2-linux-4f2a848c567c72f778352d65cc7c155d1a0977fd.zip
rcu: Export rcu_gp_is_normal()
This commit exports rcu_gp_is_normal() in order to allow it to be used by rcutorture and rcuperf. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c
index 76b94e19430b..ca828b41c938 100644
--- a/kernel/rcu/update.c
+++ b/kernel/rcu/update.c
@@ -128,6 +128,7 @@ bool rcu_gp_is_normal(void)
{
return READ_ONCE(rcu_normal);
}
+EXPORT_SYMBOL_GPL(rcu_gp_is_normal);
static atomic_t rcu_expedited_nesting =
ATOMIC_INIT(IS_ENABLED(CONFIG_RCU_EXPEDITE_BOOT) ? 1 : 0);