diff mbox series

arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE

Message ID 1614575192-21307-1-git-send-email-anshuman.khandual@arm.com (mailing list archive)
State New, archived
Headers show
Series arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE | expand

Commit Message

Anshuman Khandual March 1, 2021, 5:06 a.m. UTC
There is already an ARCH_WANT_HUGE_PMD_SHARE which is being selected for
applicable configurations. Hence just drop the other redundant entry.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
---
This applies on v5.12-rc1

 arch/arm64/Kconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Will Deacon March 8, 2021, 2:40 p.m. UTC | #1
On Mon, 1 Mar 2021 10:36:32 +0530, Anshuman Khandual wrote:
> There is already an ARCH_WANT_HUGE_PMD_SHARE which is being selected for
> applicable configurations. Hence just drop the other redundant entry.

Applied to arm64 (for-next/fixes), thanks!

[1/1] arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE
      https://git.kernel.org/arm64/c/07fb6dc327f1

Cheers,
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index d4fe5118e9c8..9cd33c7be429 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1056,8 +1056,6 @@  config HW_PERF_EVENTS
 config SYS_SUPPORTS_HUGETLBFS
 	def_bool y
 
-config ARCH_WANT_HUGE_PMD_SHARE
-
 config ARCH_HAS_CACHE_LINE_SIZE
 	def_bool y