OSDN Git Service

s390: consistently use .balign instead of .align
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 22 Jun 2023 11:24:40 +0000 (13:24 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 28 Jun 2023 11:57:09 +0000 (13:57 +0200)
commit27d45655faa83bde1545251b8a576ab4f1a9e731
tree2fdb3167793f9dd98425700ea4e769413aa26afb
parent938f0c35d7d93a822ab9c9728e3205e8e57409d0
s390: consistently use .balign instead of .align

The .align directive has inconsistent behavior across architectures. Use
.balign instead everywhere. This is a no-op for s390, but with this there
is no mix in using .align and .balign anymore.

Future code is supposed to use only .balign.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/head.S
arch/s390/boot/head_kdump.S
arch/s390/include/asm/asm-extable.h
arch/s390/kernel/entry.S
arch/s390/kernel/head64.S
arch/s390/kernel/kprobes_insn_page.S
arch/s390/net/bpf_jit_comp.c