Skip to content

Commit 80a6e70

Browse files
mhiramatrostedt
authored andcommitted
kprobes: Remove show_registers() function prototype
Remove show_registers() function prototype because this function has been renamed by commit 57da8b9 ("x86: Avoid double stack traces with show_regs()"), and commit 80006db ("kprobes/x86: Remove jprobe implementation") has removed the caller in kprobes. So this doesn't exist anymore. Signed-off-by: Masami Hiramatsu <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 231621d commit 80a6e70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/kprobes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ extern int arch_prepare_kprobe(struct kprobe *p);
227227
extern void arch_arm_kprobe(struct kprobe *p);
228228
extern void arch_disarm_kprobe(struct kprobe *p);
229229
extern int arch_init_kprobes(void);
230-
extern void show_registers(struct pt_regs *regs);
231230
extern void kprobes_inc_nmissed_count(struct kprobe *p);
232231
extern bool arch_within_kprobe_blacklist(unsigned long addr);
233232
extern int arch_populate_kprobe_blacklist(void);

0 commit comments

Comments
 (0)