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 c8b0e1582c04..37a5444204d2 100644
--- a/kernel/rcutiny.c
+++ b/kernel/rcutiny.c
@@ -97,6 +97,7 @@ void rcu_idle_enter(void)
97 rcu_idle_enter_common(oldval); 97 rcu_idle_enter_common(oldval);
98 local_irq_restore(flags); 98 local_irq_restore(flags);
99} 99}
100EXPORT_SYMBOL_GPL(rcu_idle_enter);
100 101
101/* 102/*
102 * Exit an interrupt handler towards idle. 103 * Exit an interrupt handler towards idle.
@@ -153,6 +154,7 @@ void rcu_idle_exit(void)
153 rcu_idle_exit_common(oldval); 154 rcu_idle_exit_common(oldval);
154 local_irq_restore(flags); 155 local_irq_restore(flags);
155} 156}
157EXPORT_SYMBOL_GPL(rcu_idle_exit);
156 158
157/* 159/*
158 * Enter an interrupt handler, moving away from idle. 160 * Enter an interrupt handler, moving away from idle.