summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/kprobes_insn_page.S
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-06-22 14:24:40 +0300
committerAlexander Gordeev <agordeev@linux.ibm.com>2023-06-28 14:57:09 +0300
commit27d45655faa83bde1545251b8a576ab4f1a9e731 (patch)
tree2fdb3167793f9dd98425700ea4e769413aa26afb /arch/s390/kernel/kprobes_insn_page.S
parent938f0c35d7d93a822ab9c9728e3205e8e57409d0 (diff)
downloadlinux-27d45655faa83bde1545251b8a576ab4f1a9e731.tar.xz
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>
Diffstat (limited to 'arch/s390/kernel/kprobes_insn_page.S')
-rw-r--r--arch/s390/kernel/kprobes_insn_page.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/kprobes_insn_page.S b/arch/s390/kernel/kprobes_insn_page.S
index b6335296dcd8..0fe4d725e98b 100644
--- a/arch/s390/kernel/kprobes_insn_page.S
+++ b/arch/s390/kernel/kprobes_insn_page.S
@@ -13,7 +13,7 @@
* would be in the data section instead.
*/
.section .kprobes.text, "ax"
- .align 4096
+ .balign 4096
SYM_CODE_START(kprobes_insn_page)
.rept 2048
.word 0x07fe