projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d1429
)
s390/kprobes: use SYM* macros instead of ENTRY(), etc.
author
Heiko Carstens
<hca@linux.ibm.com>
Mon, 17 Apr 2023 12:45:13 +0000
(14:45 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Wed, 19 Apr 2023 15:24:18 +0000
(17:24 +0200)
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>
arch/s390/kernel/kprobes_insn_page.S
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/kprobes_insn_page.S
b/arch/s390/kernel/kprobes_insn_page.S
index f6cb022ef8c804534756d175c6748c5ae6987707..b6335296dcd8e6fad9c9676a056588f57cca2ac9 100644
(file)
--- 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