aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/kprobes_insn_page.S
diff options
context:
space:
mode:
authorGravatar Heiko Carstens <hca@linux.ibm.com> 2023-04-17 14:45:13 +0200
committerGravatar Vasily Gorbik <gor@linux.ibm.com> 2023-04-19 17:24:18 +0200
commit6cea5f0bc93dffc74f0fa8cad7680b5ad21d1961 (patch)
tree3365dedbf64c9aa1009815bfea21390d8677924f /arch/s390/kernel/kprobes_insn_page.S
parents390/reipl: use SYM* macros instead of ENTRY(), etc. (diff)
downloadlinux-6cea5f0bc93dffc74f0fa8cad7680b5ad21d1961.tar.gz
linux-6cea5f0bc93dffc74f0fa8cad7680b5ad21d1961.tar.bz2
linux-6cea5f0bc93dffc74f0fa8cad7680b5ad21d1961.zip
s390/kprobes: use SYM* macros instead of ENTRY(), etc.
Consistently use the SYM* family of macros instead of the deprecated ENTRY(), ENDPROC(), etc. family of macros. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/kprobes_insn_page.S')
-rw-r--r--arch/s390/kernel/kprobes_insn_page.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/kprobes_insn_page.S b/arch/s390/kernel/kprobes_insn_page.S
index f6cb022ef8c8..b6335296dcd8 100644
--- a/arch/s390/kernel/kprobes_insn_page.S
+++ b/arch/s390/kernel/kprobes_insn_page.S
@@ -14,9 +14,9 @@
*/
.section .kprobes.text, "ax"
.align 4096
-ENTRY(kprobes_insn_page)
+SYM_CODE_START(kprobes_insn_page)
.rept 2048
.word 0x07fe
.endr
-ENDPROC(kprobes_insn_page)
+SYM_CODE_END(kprobes_insn_page)
.previous