From: Arnaldo Carvalho de Melo Date: Mon, 31 Jan 2011 22:56:27 +0000 (-0200) Subject: perf python: Fix build on 32-bit X-Git-Tag: v2.6.39-rc1~510^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bbc1daac964da551130dbf01809d3fbd178b2d;p=pandora-kernel.git perf python: Fix build on 32-bit Where there are lots of errors related to python methods receiving 'char *' for things like file open mode, which break the build, also disable strict aliasing and fixup some other warnings. Now builds on both 32-bit and 64-bit fedora systems. Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed