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)
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>

No differences found