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

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
...@@ -281,10 +281,6 @@ int __kprobes arch_trampoline_kprobe(struct kprobe *p) ...@@ -281,10 +281,6 @@ int __kprobes arch_trampoline_kprobe(struct kprobe *p)
{ {
return p->addr == trampoline_p.addr; return p->addr == trampoline_p.addr;
} }
bool arch_kprobe_on_func_entry(unsigned long offset)
{
return !offset;
}
int __init arch_init_kprobes(void) int __init arch_init_kprobes(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment