diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 17:10:12 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-10 16:41:01 -0500 |
commit | 3bc57bdc42c180424bc3eb27c7b629f7435e9501 (patch) | |
tree | 1e26c6aff60759b9c8e27ae8997affa59bd4aae5 /arch | |
parent | 124090f724991081b9aa35c8c379996988fd6c52 (diff) |
mips-disable-highmem-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-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 |