ring-buffer: remove unnecessary cpu_relax
authorSteven Rostedt <srostedt@redhat.com>
Thu, 3 Sep 2009 14:12:13 +0000 (10:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 4 Sep 2009 15:25:27 +0000 (11:25 -0400)
The loops in the ring buffer that use cpu_relax are not dependent on
other CPUs. They simply came across some padding in the ring buffer and
are skipping over them. It is a normal loop and does not require a
cpu_relax.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found