summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-03-01 09:28:54 -0600
committerClark Williams <williams@redhat.com>2012-03-01 09:28:54 -0600
commit88caf73964eac6ec133ce56e5160170b10816e8f (patch)
tree05ab58f484df0f4e9bced567c96a282f49f3a32b /arch
parent2fd39d29ffa825e2b297ab6ec1333debc208074f (diff)
power-use-generic-rwsem-on-rt
Diffstat (limited to 'arch')
-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