commit | 3a3d04aed05add2247ea2ba5da5f90dba4062f3f | [log] [tgz] |
---|---|---|
author | Matt Fleming <mjf@gentoo.org> | Thu Nov 20 21:49:52 2008 +0000 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 11:42:29 2008 +0100 |
tree | 0a4578f6e9a89befcf30661eb24943ca2ab3b1eb | |
parent | c204f7264c7de85aecd3638dc8fe07aba6d1fff5 [diff] |
ftrace: specify $alignment for sh architecture Impact: extend scripts/recordmcount.pl with default alignment for SH Set $alignment=2 for the sh architecture so that a ".align 2" directive will be emitted for all __mcount_loc sections. Fix a whitspace error while I'm here (converted spaces to tabs). Signed-off-by: Matt Fleming <mjf@gentoo.org> Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>