ftrace: convert ftrace_lock from a spinlock to mutex
authorSteven Rostedt <srostedt@redhat.com>
Sat, 14 Feb 2009 06:15:39 +0000 (01:15 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Mon, 16 Feb 2009 22:33:14 +0000 (17:33 -0500)
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>

No differences found