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)
commitc204f7264c7de85aecd3638dc8fe07aba6d1fff5
treecd982d0e5057548c2d881b32355c7da815865b5c
parent42e007d0400155fbc12c5344c808889e6ae33d32
ftrace: create default variables for archs in recordmcount.pl

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>
scripts/recordmcount.pl