mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 07:26:45 +07:00
s390/kprobes: remove unused jprobe_return_end()
Even if it has a __used annotation it is actually unused. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
5d6a016349
commit
ea2f476990
@ -789,11 +789,6 @@ void __kprobes jprobe_return(void)
|
|||||||
asm volatile(".word 0x0002");
|
asm volatile(".word 0x0002");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __used __kprobes jprobe_return_end(void)
|
|
||||||
{
|
|
||||||
asm volatile("bcr 0,0");
|
|
||||||
}
|
|
||||||
|
|
||||||
int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
|
int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
|
||||||
{
|
{
|
||||||
struct kprobe_ctlblk *kcb = get_kprobe_ctlblk();
|
struct kprobe_ctlblk *kcb = get_kprobe_ctlblk();
|
||||||
|
Loading…
Reference in New Issue
Block a user