diff options
-rw-r--r-- | kernel/rcupdate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcupdate.c b/kernel/rcupdate.c index 7bfa004572b1..f1125c1a6321 100644 --- a/kernel/rcupdate.c +++ b/kernel/rcupdate.c | |||
@@ -64,6 +64,7 @@ EXPORT_SYMBOL_GPL(rcu_sched_lock_map); | |||
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | int rcu_scheduler_active __read_mostly; | 66 | int rcu_scheduler_active __read_mostly; |
67 | EXPORT_SYMBOL_GPL(rcu_scheduler_active); | ||
67 | 68 | ||
68 | /* | 69 | /* |
69 | * This function is invoked towards the end of the scheduler's initialization | 70 | * This function is invoked towards the end of the scheduler's initialization |