diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-24 12:11:43 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:54 -0500 |
commit | 231f9eefffd8b6c4eeea5f89cd79fa3bbf166fa4 (patch) | |
tree | e9f362d43bd09a55b6dd4c86760658ae1639591a /arch | |
parent | f2f1025f4ba8b2964f287245504ada0046e0d837 (diff) |
kconfig-disable-a-few-options-rt.patch
Disable stuff which is known to have issues on RT
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 684eb5af439d..417ff4c6fc14 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -6,6 +6,7 @@ config OPROFILE tristate "OProfile system profiling" depends on PROFILING depends on HAVE_OPROFILE + depends on !PREEMPT_RT_FULL select RING_BUFFER select RING_BUFFER_ALLOW_SWAP help |