mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-04 02:15:17 -04:00
Remove show_registers() function prototype because this function has been renamed by commit57da8b960b("x86: Avoid double stack traces with show_regs()"), and commit80006dbee6("kprobes/x86: Remove jprobe implementation") has removed the caller in kprobes. So this doesn't exist anymore. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>