commit | 94523e818f283d3c69f621406f633afff46dbf82 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jan 22 11:18:06 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 23 11:10:36 2009 +0100 |
tree | b1190670c2928490267778f58d1fa034e1a1f65c | |
parent | 9b03638963e4b239dff1b424b91062a710d4b2e9 [diff] |
trace: remove internal irqsoff disabling for trace output Impact: cleanup of duplicate features The trace output disables the ring buffer and prevents tracing to occur. The code in irqsoff to do the same thing is no longer needed. This patch removes it. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>