lkml.org 
[lkml]   [2009]   [Oct]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH tip/core/rcu 4/6] rcu: add exports for synchronize_rcu_expedited()
Date
From: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
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


\
 
 \ /
  Last update: 2009-10-14 19:41    [W:0.178 / U:1.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site