tracing: optimize global_trace_clock cachelines
authorSteven Rostedt <srostedt@redhat.com>
Tue, 15 Sep 2009 16:24:22 +0000 (12:24 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 15 Sep 2009 16:24:22 +0000 (12:24 -0400)
The prev_trace_clock_time is only read or written to when the
trace_clock_lock is taken. For better perfomance, they
should share the same cache line.

Reported-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found