* Ingo Molnar <mingo@elte.hu> wrote:
find below the s390 fix.
Ingo
Index: linux/arch/s390/Kconfig
===================================================================
--- linux.orig/arch/s390/Kconfig
+++ linux/arch/s390/Kconfig
@@ -22,6 +22,9 @@ config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
def_bool y
+config GENERIC_LOCKBREAK
+ def_bool y
+
config ARCH_HAS_ILOG2_U32
bool
default n
--