Skip to content

Commit ccf7c3f

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390: select ARCH_USE_SYM_ANNOTATIONS
All old style assembly annotations have been converted for s390. Select ARCH_USE_SYM_ANNOTATIONS to make sure the old macros like ENTRY() aren't available anymore. This prevents that new code which uses the old macros will be added again. This follows what has been done for x86 with commit 2ce0d7f ("x86/asm: Provide a Kconfig symbol for disabling old assembly annotations") and for arm64 with commit 50479d5 ("arm64: Disable old style assembly annotations"). Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 34e4c79 commit ccf7c3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/s390/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ config S390
120120
select ARCH_SUPPORTS_NUMA_BALANCING
121121
select ARCH_USE_BUILTIN_BSWAP
122122
select ARCH_USE_CMPXCHG_LOCKREF
123+
select ARCH_USE_SYM_ANNOTATIONS
123124
select ARCH_WANTS_DYNAMIC_TASK_STRUCT
124125
select ARCH_WANTS_NO_INSTR
125126
select ARCH_WANT_DEFAULT_BPF_JIT

0 commit comments

Comments
 (0)