Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e69780 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Helge Deller
Browse files

kprobes/parisc: remove arch_kprobe_on_func_entry()



The common kprobes provides a weak implementation of
arch_kprobe_on_func_entry(). The parisc version is the same as the
common version, so remove it.

Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Acked-by: default avatarSven Schnelle <svens@stackframe.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent ea46a13e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -281,10 +281,6 @@ int __kprobes arch_trampoline_kprobe(struct kprobe *p)
{
	return p->addr == trampoline_p.addr;
}
bool arch_kprobe_on_func_entry(unsigned long offset)
{
	return !offset;
}

int __init arch_init_kprobes(void)
{