aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-18 17:08:34 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2016-02-13 00:36:27 +0100
commitfa46208582800940ed415e6b0b2b9811423ebef6 (patch)
tree81df45f8bd8f35175771808940eb57739849fb2b
parentc129f89a0e4bce7198f296e3472acc045f082370 (diff)
downloadrt-linux-fa46208582800940ed415e6b0b2b9811423ebef6.tar.gz
powerpc: Disable highmem on RT
The current highmem handling on -RT is not compatible and needs fixups. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3261b112c80a7f..52a9853b8ebf8c 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -320,7 +320,7 @@ menu "Kernel options"
config HIGHMEM
bool "High memory support"
- depends on PPC32
+ depends on PPC32 && !PREEMPT_RT_FULL
source kernel/Kconfig.hz
source kernel/Kconfig.preempt