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