diff options
Diffstat (limited to 'include/linux/rcutree.h')
-rw-r--r-- | include/linux/rcutree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h index 735601ac27d3..18b1ed9864b0 100644 --- a/include/linux/rcutree.h +++ b/include/linux/rcutree.h | |||
@@ -53,7 +53,7 @@ void rcu_scheduler_starting(void); | |||
53 | extern int rcu_scheduler_active __read_mostly; | 53 | extern int rcu_scheduler_active __read_mostly; |
54 | void rcu_end_inkernel_boot(void); | 54 | void rcu_end_inkernel_boot(void); |
55 | bool rcu_is_watching(void); | 55 | bool rcu_is_watching(void); |
56 | #ifndef CONFIG_PREEMPT | 56 | #ifndef CONFIG_PREEMPTION |
57 | void rcu_all_qs(void); | 57 | void rcu_all_qs(void); |
58 | #endif | 58 | #endif |
59 | 59 | ||