From: Matt Fleming Date: Fri, 7 Nov 2008 13:26:25 +0000 (+0000) Subject: ftrace: align __mcount_loc sections X-Git-Tag: v2.6.29-rc1~586^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5222a6afa4e429f55df8c086adb747837cbdf5;p=pandora-kernel.git ftrace: align __mcount_loc sections Impact: add alignment option for recordmcount.pl script Align the __mcount_loc sections so that architectures with strict alignment requirements need not worry about performing unaligned accesses. This fixes an issue where I was seeing unaligned accesses, which are not supported on our architecture (the results of an unaligned access are undefined). Signed-off-by: Matt Fleming Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed