summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-04-04 09:14:55 -0500
committerClark Williams <williams@redhat.com>2012-04-04 09:14:55 -0500
commit84dea58d0e4be1162133ae664954bbf4d3b5434d (patch)
tree595928ef172f3920c5337a7de1d273854ddd28a2
parentd2782813e98c81fba3c6d4530a44e71a147f6326 (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