From: Steven Rostedt Date: Wed, 23 Jan 2013 04:35:11 +0000 (-0500) Subject: tracing: Fix selftest function recursion accounting X-Git-Tag: v3.9-rc1~173^2~18^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05cbbf643b8eea1be21082c53cdb856d1dc6d765;p=pandora-kernel.git tracing: Fix selftest function recursion accounting The test that checks function recursion does things differently if the arch does not support all ftrace features. But that really doesn't make a difference with how the test runs, and either way the count variable should be 2 at the end. Currently the test wrongly fails for archs that don't support all the ftrace features. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed