]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blob - rt-patches/0198-powerpc-Disable-highmem-on-RT.patch
Fix memguard and related syscalls
[hercules2020/nv-tegra/linux-4.4.git] / rt-patches / 0198-powerpc-Disable-highmem-on-RT.patch
1 From e8e62fd4f01050ae59d8118c8ad989ae746ed094 Mon Sep 17 00:00:00 2001
2 From: Thomas Gleixner <tglx@linutronix.de>
3 Date: Mon, 18 Jul 2011 17:08:34 +0200
4 Subject: [PATCH 198/366] powerpc: Disable highmem on RT
5
6 The current highmem handling on -RT is not compatible and needs fixups.
7
8 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
9 ---
10  arch/powerpc/Kconfig | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
14 index 3261b11..52a9853 100644
15 --- a/arch/powerpc/Kconfig
16 +++ b/arch/powerpc/Kconfig
17 @@ -320,7 +320,7 @@ menu "Kernel options"
18  
19  config HIGHMEM
20         bool "High memory support"
21 -       depends on PPC32
22 +       depends on PPC32 && !PREEMPT_RT_FULL
23  
24  source kernel/Kconfig.hz
25  source kernel/Kconfig.preempt
26 -- 
27 1.9.1
28