ieee1394: raw1394: fix a 32/64-bits compat fix
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 4 Jul 2007 21:13:53 +0000 (23:13 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 9 Jul 2007 22:07:39 +0000 (00:07 +0200)
I was told that only i386 aligns 64 bit integers at 4 bytes boundaries
while all other architectures (32 bit architectures with 64 bit
siblings) align it on 8 bytes boundaries.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found