Skip to content

Commit 50479d5

Browse files
brooniewilldeacon
authored andcommitted
arm64: Disable old style assembly annotations
Now that we have converted arm64 over to the new style SYM_ assembler annotations select ARCH_USE_SYM_ANNOTATIONS so the old macros aren't available and we don't regress. Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20200501115430.37315-4-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 0343a7e commit 50479d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ config ARM64
6363
select ARCH_USE_CMPXCHG_LOCKREF
6464
select ARCH_USE_QUEUED_RWLOCKS
6565
select ARCH_USE_QUEUED_SPINLOCKS
66+
select ARCH_USE_SYM_ANNOTATIONS
6667
select ARCH_SUPPORTS_MEMORY_FAILURE
6768
select ARCH_SUPPORTS_ATOMIC_RMW
6869
select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && (GCC_VERSION >= 50000 || CC_IS_CLANG)

0 commit comments

Comments
 (0)