summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-12-28 16:25:49 -0600
committerClark Williams <williams@redhat.com>2011-12-28 16:25:49 -0600
commit0b20db1024a6a0529282928d8e5338bd7be0e623 (patch)
tree84d959ae4fa1ebd9352eeb2083ab39187d3e1846
parent6f131521ab67859f036a33794e16be971f4827ac (diff)
power-use-generic-rwsem-on-rt
-rw-r--r--arch/powerpc/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 7c93c7eb0e56..c50462535fe6 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -69,10 +69,11 @@ config LOCKDEP_SUPPORT
config RWSEM_GENERIC_SPINLOCK
bool
+ default y if PREEMPT_RT_FULL
config RWSEM_XCHGADD_ALGORITHM
bool
- default y
+ default y if !PREEMPT_RT_FULL
config GENERIC_LOCKBREAK
bool