trace: remove internal irqsoff disabling for trace output
authorSteven Rostedt <srostedt@redhat.com>
Thu, 22 Jan 2009 16:18:06 +0000 (11:18 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 23 Jan 2009 10:10:36 +0000 (11:10 +0100)
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>

No differences found