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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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