diff --git a/[refs] b/[refs] index 32f8d8a0aad4..aedb3117f538 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ec762ad8be364c2fadfe0d6b2cc6d4d3b5e1b54 +refs/heads/master: 32385c7cf60a78375b63afc4f02001df84dfd1a0 diff --git a/trunk/include/linux/list_bl.h b/trunk/include/linux/list_bl.h index b2adbb4b2f73..5bad17d1acde 100644 --- a/trunk/include/linux/list_bl.h +++ b/trunk/include/linux/list_bl.h @@ -16,7 +16,7 @@ * some fast and compact auxiliary data. */ -#if defined(CONFIG_SMP) +#if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) #define LIST_BL_LOCKMASK 1UL #else #define LIST_BL_LOCKMASK 0UL