mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-26 19:04:10 +00:00
Rename __ftrace_modify_code() to ftrace_modify_all_code() and make it global for all archs to use. This will remove the duplication of code, as archs that can modify code without stop_machine() can use it directly outside of the stop_machine() call. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>