diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:09:28 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:50 -0500 |
commit | ba2b90564831c96a57adfabbc4cc1809041aa0eb (patch) | |
tree | 95954b6ef6b4d277215cb7c707f9f27c1ab5403e | |
parent | f2d08665b532933c60d2b88dc6e75c974099bd72 (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 3c0fa383a665..2a961d007e3f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1716,7 +1716,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 |