diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-02-15 10:33:01 -0600 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:33:01 -0600 |
commit | bb7021a7d97c6a996b09228817c30c8823192a4e (patch) | |
tree | 4a016ae4bfc976bdd2098f6acde8a34b7e642107 | |
parent | a56efcb45d70167723e279eb2681bdafad7c139c (diff) |
power-use-generic-rwsem-on-rt
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
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 |