]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: specify $alignment for sh architecture
authorMatt Fleming <mjf@gentoo.org>
Thu, 20 Nov 2008 21:49:52 +0000 (21:49 +0000)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 10:42:29 +0000 (11:42 +0100)
commitd8af1fecc148750c716d18ab7d3b89181a6814cd
tree0a4578f6e9a89befcf30661eb24943ca2ab3b1eb
parent5f6849796c14af2785d8f02c6325aa9cdcfbfebf
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>
scripts/recordmcount.pl