From: Steven Rostedt Date: Mon, 20 Apr 2009 17:24:21 +0000 (-0400) Subject: tracing: fix recursive test level calculation X-Git-Tag: v2.6.31-rc1~401^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17487bfeb6cfb05920e6a9d5a54f345f2917b4e7;p=pandora-kernel.git tracing: fix recursive test level calculation 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 --- Reading git-diff-tree failed