diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:10:12 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-24 10:27:20 -0500 |
commit | 6622220b8e6a2f22e65ac765a3ab153190fbbae0 (patch) | |
tree | 1e89ed99371e23aa8d9e3bc61aa19203f494bd80 | |
parent | e095380c12abbe2ab36b0cc4174022ce428b4c0d (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 |