ring-buffer: remove complex calculations in ring-buffer-test
authorSteven Rostedt <srostedt@redhat.com>
Thu, 7 May 2009 15:13:42 +0000 (11:13 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 7 May 2009 15:16:18 +0000 (11:16 -0400)
commit29c8000ee7da3a6756d26143991e573eaaf2a9f6
tree4c57a374639127ebccd6f4fca0feb02cde21e702
parent0ad5d703c6c0fcd385d956555460df95dff7eb7e
ring-buffer: remove complex calculations in ring-buffer-test

Ingo Molnar thought that the code to calculate the time in cond_resched
is a bit too ugly and is not needed. This patch removes it and replaces
it with a simple call to cond_resched. I kept the comment that explains
the reason for the cond_resched.

[ Impact: remove ugly code ]

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ring_buffer_benchmark.c