On Wed, Mar 14, 2018 at 08:05:30PM +0000, Bart Van Assche wrote:
> Can you clarify this further? From <linux/rcupdate.h>:
>
> static inline void synchronize_rcu(void)
> {
> synchronize_sched();
> }You'll find that is for !CONFIG_PREEMPT_RCU.
On Wed, Mar 14, 2018 at 08:05:30PM +0000, Bart Van Assche wrote:
> Can you clarify this further? From <linux/rcupdate.h>:
>
> static inline void synchronize_rcu(void)
> {
> synchronize_sched();
> }You'll find that is for !CONFIG_PREEMPT_RCU.