Skip to content

Commit 64a0b90

Browse files
henryZewilldeacon
authored andcommitted
arm64/Kconfig: Sort the RCpc feature under the ARMv8.3 features menu
Moving LDAPR detective config under the ARMv8.3 menu would be more reasonable than under ARMv8.1, since this feature was released together with the ARMv8.3 features list. Signed-off-by: Zeng Heng <zengheng4@huawei.com> Link: https://lore.kernel.org/r/20230727020324.2149960-1-zengheng4@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent a96a7a7 commit 64a0b90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,9 +1793,6 @@ config ARM64_PAN
17931793
The feature is detected at runtime, and will remain as a 'nop'
17941794
instruction if the cpu does not implement the feature.
17951795

1796-
config AS_HAS_LDAPR
1797-
def_bool $(as-instr,.arch_extension rcpc)
1798-
17991796
config AS_HAS_LSE_ATOMICS
18001797
def_bool $(as-instr,.arch_extension lse)
18011798

@@ -1933,6 +1930,9 @@ config AS_HAS_ARMV8_3
19331930
config AS_HAS_CFI_NEGATE_RA_STATE
19341931
def_bool $(as-instr,.cfi_startproc\n.cfi_negate_ra_state\n.cfi_endproc\n)
19351932

1933+
config AS_HAS_LDAPR
1934+
def_bool $(as-instr,.arch_extension rcpc)
1935+
19361936
endmenu # "ARMv8.3 architectural features"
19371937

19381938
menu "ARMv8.4 architectural features"

0 commit comments

Comments
 (0)