From: Steven Rostedt Date: Sat, 14 Feb 2009 06:15:39 +0000 (-0500) Subject: ftrace: convert ftrace_lock from a spinlock to mutex X-Git-Tag: v2.6.30-rc1~2^2~103^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52baf11922db7377b580dd5448a07f71c6a35611;p=pandora-kernel.git ftrace: convert ftrace_lock from a spinlock to mutex 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 --- Reading git-diff-tree failed