On Wed, 13 Jan 2016, Sebastian Andrzej Siewior wrote: > +#ifdef CONFIG_PREEMPT_RT_FULL > +static inline int dev_recursion_level(void) > +{ > + return atomic_read(¤t->xmit_recursion); Why would you need an atomic here. current does hardly race against itself. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html