diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-04-10 14:34:18 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@rostedt.homelinux.com> | 2013-05-20 13:46:45 -0400 |
commit | c9102dc4c7d2d2302ec9b83849df13320a0486ba (patch) | |
tree | ca3d2378044ac4b53fa5461a4ff873721ec33b0a /arch | |
parent | 3b1d2909812282bf10a766b8ce9e9a0295de08c6 (diff) | |
download | linux-rt-c9102dc4c7d2d2302ec9b83849df13320a0486ba.tar.gz |
power-use-generic-rwsem-on-rt
Diffstat (limited to 'arch')
-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 |