summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-04-10 16:41:00 -0500
committerClark Williams <williams@redhat.com>2012-04-10 16:41:00 -0500
commit12a862ca441aaa3b901aa58b1af9072cc9157bb7 (patch)
tree5fde04bde255493b5171d7c4cc8f034f99c7976c /arch
parente21e553be22a18bf07c3f3e1ae580fed57ce6732 (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 feab3bad6d0f..981d71fbce0b 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