Home
last modified time | relevance | path

Searched hist:"3 c15a68880023722fc794018768df556f438ae98" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/boot/
H A Dmktree.cdiff 3c15a68880023722fc794018768df556f438ae98 Mon Aug 10 19:14:55 CEST 2009 Stephen Rothwell <sfr@canb.auug.org.au> 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 <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>