[PATCH tip/core/rcu 4/6] rcu: add exports for synchronize_rcu_expedited()

From: Paul E. McKenney
Date: Wed Oct 14 2009 - 13:29:34 EST


From: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>

Export synchronize_rcu_expedited() to kernel modules via
EXPORT_SYMBOL_GPL().

Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
---
kernel/rcutree_plugin.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h
index acef871..ebd20ee 100644
--- a/kernel/rcutree_plugin.h
+++ b/kernel/rcutree_plugin.h
@@ -401,6 +401,7 @@ void synchronize_rcu_expedited(void)
{
synchronize_rcu();
}
+EXPORT_SYMBOL_GPL(synchronize_rcu_expedited);

/*
* Check to see if there is any immediate preemptable-RCU-related work
@@ -582,6 +583,7 @@ void synchronize_rcu_expedited(void)
{
synchronize_sched_expedited();
}
+EXPORT_SYMBOL_GPL(synchronize_rcu_expedited);

/*
* Because preemptable RCU does not exist, it never has any work to do.
--
1.5.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/