tracing: fix recursive test level calculation
authorSteven Rostedt <srostedt@redhat.com>
Mon, 20 Apr 2009 17:24:21 +0000 (13:24 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 20 Apr 2009 17:24:21 +0000 (13:24 -0400)
The recursive tests to detect same level recursion in the ring buffers
did not account for the hard/softirq_counts to be shifted. Thus the
numbers could be larger than then mask to be tested.

This patch includes the shift for the calculation of the irq depth.

[ Impact: stop false positives in trace recursion detection ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found