diff options
Diffstat (limited to 'include/linux/rcutiny.h')
-rw-r--r-- | include/linux/rcutiny.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index 5becbbccb998..b3dbf9502fd0 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
@@ -116,13 +116,11 @@ static inline void rcu_irq_exit_irqson(void) { } | |||
116 | static inline void rcu_irq_enter_irqson(void) { } | 116 | static inline void rcu_irq_enter_irqson(void) { } |
117 | static inline void rcu_irq_exit(void) { } | 117 | static inline void rcu_irq_exit(void) { } |
118 | static inline void exit_rcu(void) { } | 118 | static inline void exit_rcu(void) { } |
119 | 119 | #ifdef CONFIG_SRCU | |
120 | #if defined(CONFIG_DEBUG_LOCK_ALLOC) || defined(CONFIG_SRCU) | ||
121 | extern int rcu_scheduler_active __read_mostly; | ||
122 | void rcu_scheduler_starting(void); | 120 | void rcu_scheduler_starting(void); |
123 | #else /* #if defined(CONFIG_DEBUG_LOCK_ALLOC) || defined(CONFIG_SRCU) */ | 121 | #else /* #ifndef CONFIG_SRCU */ |
124 | static inline void rcu_scheduler_starting(void) { } | 122 | static inline void rcu_scheduler_starting(void) { } |
125 | #endif /* #else #if defined(CONFIG_DEBUG_LOCK_ALLOC) || defined(CONFIG_SRCU) */ | 123 | #endif /* #else #ifndef CONFIG_SRCU */ |
126 | static inline void rcu_end_inkernel_boot(void) { } | 124 | static inline void rcu_end_inkernel_boot(void) { } |
127 | static inline bool rcu_is_watching(void) { return true; } | 125 | static inline bool rcu_is_watching(void) { return true; } |
128 | 126 | ||