From: Stephen Rothwell Date: Mon, 10 Aug 2009 17:14:55 +0000 (+0000) Subject: powerpc: use consistent types in mktree X-Git-Tag: v2.6.32-rc1~675^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c15a68880023722fc794018768df556f438ae98;p=pandora-kernel.git powerpc: use consistent types in mktree gcc v4.4 currently produces this build warning: arch/powerpc/boot/mktree.c: In function 'main': arch/powerpc/boot/mktree.c:104: warning: dereferencing type-punned pointer will break strict-aliasing rules tmpbuf is only used as an array of unsigned ints, so declare it that way. Signed-off-by: Stephen Rothwell Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed