tracing/function-graph-tracer: turn tracing_selftest_running into an int
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 6 Dec 2008 02:41:33 +0000 (03:41 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Dec 2008 14:11:44 +0000 (15:11 +0100)
Impact: cleanup

Apply some suggestions of Steven Rostedt:

_turn tracing_selftest_running into a simple int (no need of an atomic_t)
_set it __read_mostly
_fix a comment style

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found