forked from rrcarlosr/Jetpack
29 lines
773 B
Diff
29 lines
773 B
Diff
|
From be0c73788c450223feb7b44ab0a5e77e3ac7feac Mon Sep 17 00:00:00 2001
|
||
|
From: Thomas Gleixner <tglx@linutronix.de>
|
||
|
Date: Mon, 18 Jul 2011 17:08:34 +0200
|
||
|
Subject: [PATCH 261/352] 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>
|
||
|
---
|
||
|
arch/powerpc/Kconfig | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
|
||
|
index 582e2f5..db15410 100644
|
||
|
--- a/arch/powerpc/Kconfig
|
||
|
+++ b/arch/powerpc/Kconfig
|
||
|
@@ -323,7 +323,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
|
||
|
--
|
||
|
2.7.4
|
||
|
|