diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:09:28 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:33:01 -0600 |
commit | e83aa0468a782bcf3a97c07c32fb4af06bdec6c8 (patch) | |
tree | 116b1d1334db8f1d208dbd8197d81ef27f200d1e | |
parent | e389098cbad99d939608c744e1c98f28f3de5daf (diff) |
arm-disable-highmem-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 461cf01e7ae1..be63221185b6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1668,7 +1668,7 @@ config HAVE_ARCH_PFN_VALID config HIGHMEM bool "High Memory Support" - depends on MMU + depends on MMU && !PREEMPT_RT_FULL help The address space of ARM processors is only 4 Gigabytes large and it has to accommodate user address space, kernel address |