commit | 80a6e707dd9742390776a9306b400b1fbe405b4a | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@kernel.org> | Fri Jul 17 17:42:55 2020 +0900 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Aug 03 16:21:12 2020 -0400 |
tree | 0a83453842987f054d57eb110f32f66f696053a8 | |
parent | 231621d0c570765d5cebd95c582f1c8df5c46028 [diff] |
kprobes: Remove show_registers() function prototype Remove show_registers() function prototype because this function has been renamed by commit 57da8b960b9a ("x86: Avoid double stack traces with show_regs()"), and commit 80006dbee674 ("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>