mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-21 17:41:25 +00:00
52baf11922
Impact: clean up The older versions of ftrace required doing the ftrace list search under atomic context. Now all the calls are in non-atomic context. There is no reason to keep the ftrace_lock as a spinlock. This patch converts it to a mutex. Signed-off-by: Steven Rostedt <srostedt@redhat.com>