linux/debian/patches-rt/0050-powerpc-Disable-highme...

33 lines
1.1 KiB
Diff
Raw Normal View History

2020-10-12 12:52:06 +00:00
From 89b72036770c4fa874e51ba6f1f89533902784ba Mon Sep 17 00:00:00 2001
Message-Id: <89b72036770c4fa874e51ba6f1f89533902784ba.1601675151.git.zanussi@kernel.org>
In-Reply-To: <5b5a156f9808b1acf1205606e03da117214549ea.1601675151.git.zanussi@kernel.org>
References: <5b5a156f9808b1acf1205606e03da117214549ea.1601675151.git.zanussi@kernel.org>
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 18 Jul 2011 17:08:34 +0200
2020-09-04 20:10:21 +00:00
Subject: [PATCH 050/333] powerpc: Disable highmem on RT
2020-10-12 12:52:06 +00:00
Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.148-rt64.tar.xz
The current highmem handling on -RT is not compatible and needs fixups.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
2019-04-08 23:49:20 +00:00
arch/powerpc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2019-04-08 23:49:20 +00:00
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
2020-06-23 13:42:59 +00:00
index 53fa972c2548..8455293d1435 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
2020-02-21 18:07:43 +00:00
@@ -399,7 +399,7 @@ menu "Kernel options"
config HIGHMEM
bool "High memory support"
- depends on PPC32
+ depends on PPC32 && !PREEMPT_RT_FULL
source kernel/Kconfig.hz
2018-10-30 12:40:05 +00:00
2020-01-03 23:36:11 +00:00
--
2020-06-22 13:14:16 +00:00
2.17.1
2020-01-03 23:36:11 +00:00