summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 15:10:12 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-10 00:19:51 (GMT)
commitdc401f04a28f7c9959c41189d3290241dde9a19f (patch)
treea0817d64f8dfce5e36ab59e91b719a6c19d9c400
parent60a0b05ce59c7459f42f135984808accae045206 (diff)
downloadlinux-fsl-qoriq-dc401f04a28f7c9959c41189d3290241dde9a19f.tar.xz
mips-disable-highmem-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f75ab4a..f3981c2 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2078,7 +2078,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