diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-24 12:11:43 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-14 10:50:17 -0500 |
commit | 4ce1040b50e6d9c8b7bbee6e1c51cbfa3e4e2e79 (patch) | |
tree | 5a3585e0428ba273c724cf133db3556ff78801e4 /mm/Kconfig | |
parent | 22449dcd9f3ce715032bca69be57369206f97ee7 (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 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 011b110365c8..0526445c9b35 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -307,7 +307,7 @@ config NOMMU_INITIAL_TRIM_EXCESS config TRANSPARENT_HUGEPAGE bool "Transparent Hugepage Support" - depends on X86 && MMU + depends on X86 && MMU && !PREEMPT_RT_FULL select COMPACTION help Transparent Hugepages allows the kernel to use huge pages and |