diff options
Diffstat (limited to 'include/linux/rcupreempt.h')
-rw-r--r-- | include/linux/rcupreempt.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/rcupreempt.h b/include/linux/rcupreempt.h index fce522782ffa..f164ac9b7807 100644 --- a/include/linux/rcupreempt.h +++ b/include/linux/rcupreempt.h | |||
@@ -74,6 +74,16 @@ extern int rcu_needs_cpu(int cpu); | |||
74 | 74 | ||
75 | extern void __synchronize_sched(void); | 75 | extern void __synchronize_sched(void); |
76 | 76 | ||
77 | static inline void synchronize_rcu_expedited(void) | ||
78 | { | ||
79 | synchronize_rcu(); /* Placeholder for new rcupreempt implementation. */ | ||
80 | } | ||
81 | |||
82 | static inline void synchronize_rcu_bh_expedited(void) | ||
83 | { | ||
84 | synchronize_rcu_bh(); /* Placeholder for new rcupreempt impl. */ | ||
85 | } | ||
86 | |||
77 | extern void __rcu_init(void); | 87 | extern void __rcu_init(void); |
78 | extern void rcu_init_sched(void); | 88 | extern void rcu_init_sched(void); |
79 | extern void rcu_check_callbacks(int cpu, int user); | 89 | extern void rcu_check_callbacks(int cpu, int user); |