aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1/w1_netlink.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-04-28 11:39:34 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-04-28 11:39:34 -0400
commitcd891ae0305601bdb4d2e7e85282961c4ff256cd (patch)
treeb425f3c4eba7bd80eb0566d3b233503a9f76cc9d /drivers/w1/w1_netlink.c
parent701970b3a83cc639c1ec8fc6f40a7871cb99426f (diff)
tracing: convert ftrace_dump spinlocks to raw
ftrace_dump is used for printing out the contents of the ftrace ring buffer to the console on failure. Currently it uses a spinlock to synchronize the output from multiple failures on different CPUs. This spin lock currently is a normal spinlock and can cause issues with lockdep and lock tracing. This patch converts it to raw since it is for error handling only. The lock is local to the ftrace_dump and is not used by any other infrastructure. [ Impact: prevent ftrace_dump from locking up by internal tracing ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'drivers/w1/w1_netlink.c')
0 files changed, 0 insertions, 0 deletions