mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
26d1429922
commit
6cea5f0bc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user