summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-03-07 16:15:14 -0600
committerClark Williams <williams@redhat.com>2012-03-07 16:15:14 -0600
commita5aeec46b561b18e91d13b78c1d63dd08a7aa320 (patch)
tree48c48615cfa055d55bd5e9cb917931239f630eb9
parent24e77a14a376686d13221a5854544ff2748c20d4 (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