Justin Vreeland 794d92
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
Justin Vreeland 794d92
From: Jon Masters <jcm@redhat.com>
Justin Vreeland 794d92
Date: Thu, 18 Jul 2019 15:47:26 -0400
Justin Vreeland 794d92
Subject: [PATCH] arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT
Justin Vreeland 794d92
Justin Vreeland 794d92
We will use this to force CONFIG_HIGHPTE off on LPAE for now
Justin Vreeland 794d92
Justin Vreeland 794d92
Signed-off-by: Jon Masters <jcm@redhat.com>
Justin Vreeland 794d92
---
Justin Vreeland 794d92
 arch/arm/Kconfig | 4 ++--
Justin Vreeland 794d92
 1 file changed, 2 insertions(+), 2 deletions(-)
Justin Vreeland 794d92
Justin Vreeland 794d92
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
Justin Vreeland 794d92
index e00d94b16658..4db48405b23a 100644
Justin Vreeland 794d92
--- a/arch/arm/Kconfig
Justin Vreeland 794d92
+++ b/arch/arm/Kconfig
Justin Vreeland 794d92
@@ -1514,9 +1514,9 @@ config HIGHMEM
Justin Vreeland 794d92
 	  If unsure, say n.
Justin Vreeland 794d92
Justin Vreeland 794d92
 config HIGHPTE
Justin Vreeland 794d92
-	bool "Allocate 2nd-level pagetables from highmem" if EXPERT
Justin Vreeland 794d92
+	bool "Allocate 2nd-level pagetables from highmem"
Justin Vreeland 794d92
 	depends on HIGHMEM
Justin Vreeland 794d92
-	default y
Justin Vreeland 794d92
+	default n
Justin Vreeland 794d92
 	help
Justin Vreeland 794d92
 	  The VM uses one page of physical memory for each page table.
Justin Vreeland 794d92
 	  For systems with a lot of processes, this can use a lot of
Justin Vreeland 794d92
-- 
Justin Vreeland 794d92
2.28.0
Justin Vreeland 794d92