60fd626
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
60fd626
From: Jeremy Cline <jcline@redhat.com>
60fd626
Date: Tue, 1 Oct 2019 15:51:23 +0000
60fd626
Subject: [PATCH] arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT
60fd626
60fd626
Message-id: <20191001181256.22935-1-jcline@redhat.com>
60fd626
Patchwork-id: 275498
60fd626
O-Subject: [ARK INTERNAL PATCH] [ARK INTERNAL PATCH] [redhat] Add patch
60fd626
    to drop the EXPERT setting from ARM64_FORCE_52BIT
60fd626
Bugzilla:
60fd626
RH-Acked-by: Laura Abbott <labbott@redhat.com>
60fd626
60fd626
We don't turn on EXPERT as there are few settings we actually want to
60fd626
mess with. Remove the dependency for ARM64_FORCE_52BIT as we do want
60fd626
that on in debug builds to help find 52-bit bugs.
60fd626
60fd626
Upstream Status: RHEL only
60fd626
Signed-off-by: Jeremy Cline <jcline@redhat.com>
60fd626
---
60fd626
 arch/arm64/Kconfig | 2 +-
60fd626
 1 file changed, 1 insertion(+), 1 deletion(-)
60fd626
60fd626
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
c9650cb
index e11b4ea06127..74c5325108c0 100644
60fd626
--- a/arch/arm64/Kconfig
60fd626
+++ b/arch/arm64/Kconfig
d5f3205
@@ -861,7 +861,7 @@ endchoice
60fd626
60fd626
 config ARM64_FORCE_52BIT
60fd626
 	bool "Force 52-bit virtual addresses for userspace"
60fd626
-	depends on ARM64_VA_BITS_52 && EXPERT
60fd626
+	depends on ARM64_VA_BITS_52
60fd626
 	help
60fd626
 	  For systems with 52-bit userspace VAs enabled, the kernel will attempt
60fd626
 	  to maintain compatibility with older software by providing 48-bit VAs
60fd626
-- 
c9650cb
2.28.0
60fd626