X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Frcupreempt.h;h=f164ac9b7807a73afeb02ec89e7537c7d2a83b94;hp=fce522782ffae2609ac4a5ce530e7d4c8a80353c;hb=03b042bf1dc14a268a3d65d38b4ec2a4261e8477;hpb=c17ef45342cc033fdf7bdd5b28615e0090f8d2e7 diff --git a/include/linux/rcupreempt.h b/include/linux/rcupreempt.h index fce5227..f164ac9 100644 --- a/include/linux/rcupreempt.h +++ b/include/linux/rcupreempt.h @@ -74,6 +74,16 @@ extern int rcu_needs_cpu(int cpu); extern void __synchronize_sched(void); +static inline void synchronize_rcu_expedited(void) +{ + synchronize_rcu(); /* Placeholder for new rcupreempt implementation. */ +} + +static inline void synchronize_rcu_bh_expedited(void) +{ + synchronize_rcu_bh(); /* Placeholder for new rcupreempt impl. */ +} + extern void __rcu_init(void); extern void rcu_init_sched(void); extern void rcu_check_callbacks(int cpu, int user);