diff options
Diffstat (limited to 'include/linux/rcupreempt.h')
-rw-r--r-- | include/linux/rcupreempt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/rcupreempt.h b/include/linux/rcupreempt.h index aff4772fb49e..a42ab88e9210 100644 --- a/include/linux/rcupreempt.h +++ b/include/linux/rcupreempt.h | |||
@@ -98,6 +98,10 @@ static inline long rcu_batches_completed_bh(void) | |||
98 | return rcu_batches_completed(); | 98 | return rcu_batches_completed(); |
99 | } | 99 | } |
100 | 100 | ||
101 | static inline void exit_rcu(void) | ||
102 | { | ||
103 | } | ||
104 | |||
101 | #ifdef CONFIG_RCU_TRACE | 105 | #ifdef CONFIG_RCU_TRACE |
102 | struct rcupreempt_trace; | 106 | struct rcupreempt_trace; |
103 | extern long *rcupreempt_flipctr(int cpu); | 107 | extern long *rcupreempt_flipctr(int cpu); |