aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutiny.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutiny.c')
-rw-r--r--kernel/rcutiny.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rcutiny.c b/kernel/rcutiny.c
index e4163c5af1de..2e073a24d250 100644
--- a/kernel/rcutiny.c
+++ b/kernel/rcutiny.c
@@ -115,6 +115,7 @@ void rcu_irq_exit(void)
115 rcu_idle_enter_common(newval); 115 rcu_idle_enter_common(newval);
116 local_irq_restore(flags); 116 local_irq_restore(flags);
117} 117}
118EXPORT_SYMBOL_GPL(rcu_irq_exit);
118 119
119/* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcutree.c. */ 120/* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcutree.c. */
120static void rcu_idle_exit_common(long long oldval) 121static void rcu_idle_exit_common(long long oldval)
@@ -172,6 +173,7 @@ void rcu_irq_enter(void)
172 rcu_idle_exit_common(oldval); 173 rcu_idle_exit_common(oldval);
173 local_irq_restore(flags); 174 local_irq_restore(flags);
174} 175}
176EXPORT_SYMBOL_GPL(rcu_irq_enter);
175 177
176#ifdef CONFIG_DEBUG_LOCK_ALLOC 178#ifdef CONFIG_DEBUG_LOCK_ALLOC
177 179