[POWERPC] iseries: remove some gcc 4.1 warnings
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Aug 2006 06:28:28 +0000 (16:28 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 25 Aug 2006 03:27:35 +0000 (13:27 +1000)
gcc 4.1 produces some warnings that say it is ignoring the packed
attribute on some structure elements, so, since all the elements of
these structs are packed, pack the structs instead.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found