git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5452af6
)
function-graph: use int instead of atomic for ftrace_graph_active
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 3 Apr 2009 19:24:12 +0000
(15:24 -0400)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 7 Apr 2009 12:43:08 +0000
(14:43 +0200)
Impact: cleanup
The variable ftrace_graph_active is only modified under the
ftrace_lock mutex, thus an atomic is not necessary for modification.
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c
patch
|
blob
|
history
diff --cc
kernel/trace/ftrace.c
Simple merge