Merge "arm: Turn off generic lockbreak when using ticket spinlocks" into msm-3.0
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b46d7f1..f5046dc 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -131,7 +131,7 @@
 
 config GENERIC_LOCKBREAK
 	bool
-	default y
+	default y if !ARM_TICKET_LOCKS
 	depends on SMP && PREEMPT
 
 config ARM_TICKET_LOCKS