From: Steven Rostedt Date: Thu, 23 Oct 2008 13:32:57 +0000 (-0400) Subject: ftrace: handle generic arch calls X-Git-Tag: v2.6.28-rc3~86^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce9d18adde74b8e36b9e4a8a49ddf066bad0b3b;p=pandora-kernel.git ftrace: handle generic arch calls The recordmcount script requires that the actual arch is passed in. This works well when ARCH=i386 or ARCH=x86_64 but does not handle the case of ARCH=x86. This patch adds a parameter to the function to pass in the number of bits of the architecture. So that it can determine if x86 should be run for x86_64 or i386 archs. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed