* Paul Gortmaker | 2013-06-10 17:36:48 [-0400]: >--- a/include/linux/list_bl.h >+++ b/include/linux/list_bl.h >@@ -17,7 +18,7 @@ > * some fast and compact auxiliary data. > */ > >-#if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) >+#if (defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK)) && !defined(CONFIG_PREEMPT_RT_BASE) > #define LIST_BL_LOCKMASK 1UL > #else > #define LIST_BL_LOCKMASK 0UL On RT we don't have the lock mask anymore and those LIST_BL_BUG_ON() check don't do anything. It would be nice if you could check if the lock in that given entry is taken or not. All in all it looks good. Sebastian -- 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