linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kprobes/parisc: remove arch_kprobe_on_func_entry()
@ 2019-08-21  9:56 Jisheng Zhang
  2019-08-21 11:35 ` Sven Schnelle
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2019-08-21  9:56 UTC (permalink / raw)
  To: James E.J. Bottomley, Helge Deller, Sven Schnelle
  Cc: linux-parisc, linux-kernel

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: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
 arch/parisc/kernel/kprobes.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/parisc/kernel/kprobes.c b/arch/parisc/kernel/kprobes.c
index 5d7f2692ac5a..77ec51818916 100644
--- a/arch/parisc/kernel/kprobes.c
+++ b/arch/parisc/kernel/kprobes.c
@@ -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)
 {
-- 
2.23.0.rc1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-21 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21  9:56 [PATCH] kprobes/parisc: remove arch_kprobe_on_func_entry() Jisheng Zhang
2019-08-21 11:35 ` Sven Schnelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).