Commit 6cea5f0b authored by Heiko Carstens's avatar Heiko Carstens Committed by Vasily Gorbik

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: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 26d14299
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
*/ */
.section .kprobes.text, "ax" .section .kprobes.text, "ax"
.align 4096 .align 4096
ENTRY(kprobes_insn_page) SYM_CODE_START(kprobes_insn_page)
.rept 2048 .rept 2048
.word 0x07fe .word 0x07fe
.endr .endr
ENDPROC(kprobes_insn_page) SYM_CODE_END(kprobes_insn_page)
.previous .previous
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment