Skip to content

Commit 6cea5f0

Browse files
hcahcaVasily Gorbik
authored andcommitted
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>
1 parent 26d1429 commit 6cea5f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/s390/kernel/kprobes_insn_page.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
*/
1515
.section .kprobes.text, "ax"
1616
.align 4096
17-
ENTRY(kprobes_insn_page)
17+
SYM_CODE_START(kprobes_insn_page)
1818
.rept 2048
1919
.word 0x07fe
2020
.endr
21-
ENDPROC(kprobes_insn_page)
21+
SYM_CODE_END(kprobes_insn_page)
2222
.previous

0 commit comments

Comments
 (0)