diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:10:12 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-11 11:07:51 -0500 |
commit | 76ec0bf4be5b9ad195bb49ab8b57f4eac9035540 (patch) | |
tree | ccbf2f5fbfc9ceb70ef1c814b2b7bf2defd80eae | |
parent | e7f8a290b9f7fff689ab4b554a8176718390ae21 (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 ce30e2f91d77..f0bc185b0b09 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2081,7 +2081,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 |