diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:10:12 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:33:01 -0600 |
commit | b16446ab05de9747adcb46076fa19ad8d474307e (patch) | |
tree | 4733a391bbb3c918fa0936a4420753475aeb91b2 | |
parent | 204f343ea61d6df95453b19e340e8f9e11b88811 (diff) |
mips-disable-highmem-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d46f1da18a3c..9f02e8b5392f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2040,7 +2040,7 @@ config CPU_R4400_WORKAROUNDS # config HIGHMEM bool "High Memory Support" - depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM + depends on 32BIT && CPU_SUPPORTS_HIGHMEM && SYS_SUPPORTS_HIGHMEM && !PREEMPT_RT_FULL config CPU_SUPPORTS_HIGHMEM bool |