From: Paul Mundt Date: Mon, 26 Oct 2009 05:40:01 +0000 (+0900) Subject: perf tools: Remove -Wcast-align X-Git-Tag: v2.6.32-rc6~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec29b8d2af01912bb79adda8aeab4293539f29ac;p=pandora-kernel.git perf tools: Remove -Wcast-align The present use of -Wcast-align causes the build to blow up on SH due to generating a "cast increases required alignment of target type" error on each invocation of list_for_each_entry(). It seems that this was previously reported and killed off in the ia64 support patch, but nothing seems to have happened with that. Presumably the same problem still remains there, too. Signed-off-by: Paul Mundt LKML-Reference: <20091026054000.GA13517@linux-sh.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed