All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ia64/kprobes: Remove orphan declarations from arch/ia64/include/asm/kprobes.h
@ 2022-09-14 12:47 Gaosheng Cui
  0 siblings, 0 replies; only message in thread
From: Gaosheng Cui @ 2022-09-14 12:47 UTC (permalink / raw)
  To: linux-ia64

flush_register_stack() and invalidate_stacked_regs()
have been removed since commit 0aeaf6b3a345 ("ia64/kprobes:
Remove jprobe implementation"), so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/ia64/include/asm/kprobes.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/ia64/include/asm/kprobes.h b/arch/ia64/include/asm/kprobes.h
index c5cf5e4fb338..9e956768946c 100644
--- a/arch/ia64/include/asm/kprobes.h
+++ b/arch/ia64/include/asm/kprobes.h
@@ -110,8 +110,6 @@ extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
 extern int kprobe_exceptions_notify(struct notifier_block *self,
 				    unsigned long val, void *data);
 
-extern void invalidate_stacked_regs(void);
-extern void flush_register_stack(void);
 extern void arch_remove_kprobe(struct kprobe *p);
 
 #endif /* CONFIG_KPROBES */
-- 
2.25.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-14 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 12:47 [PATCH] ia64/kprobes: Remove orphan declarations from arch/ia64/include/asm/kprobes.h Gaosheng Cui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.