Skip to content

Commit 9456a15

Browse files
Anshuman Khandualwilldeacon
authored andcommitted
arm64/Kconfig: Drop EXECMEM dependency from ARCH_WANTS_EXECMEM_LATE
ARCH_WANTS_EXECMEM_LATE indicates subscribing platform's preference for EXECMEM late initialisation without creating a new dependency. Hence this just drops EXECMEM dependency while selecting ARCH_WANTS_EXECMEM_LATE. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com> Link: https://lore.kernel.org/r/20241210043257.715822-1-anshuman.khandual@arm.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent e281bd2 commit 9456a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ config ARM64
113113
select ARCH_WANT_FRAME_POINTERS
114114
select ARCH_WANT_HUGE_PMD_SHARE if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
115115
select ARCH_WANT_LD_ORPHAN_WARN
116-
select ARCH_WANTS_EXECMEM_LATE if EXECMEM
116+
select ARCH_WANTS_EXECMEM_LATE
117117
select ARCH_WANTS_NO_INSTR
118118
select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES
119119
select ARCH_HAS_UBSAN

0 commit comments

Comments
 (0)