ftrace: create default variables for archs in recordmcount.pl
authorSteven Rostedt <srostedt@redhat.com>
Thu, 20 Nov 2008 20:07:34 +0000 (15:07 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 10:37:25 +0000 (11:37 +0100)
Impact: cleanup of recordmcount.pl

Now that more architectures are being ported to the MCOUNT_RECORD
method, there is no reason to have each declare their own arch
specific variable if most of them share the same value. This patch
creates a set of default values for the arch specific variables
based off of i386.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found