commit | 29c8000ee7da3a6756d26143991e573eaaf2a9f6 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu May 07 11:13:42 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu May 07 11:16:18 2009 -0400 |
tree | 4c57a374639127ebccd6f4fca0feb02cde21e702 | |
parent | 0ad5d703c6c0fcd385d956555460df95dff7eb7e [diff] |
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>