ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendment
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 21 May 2007 16:52:06 +0000 (18:52 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 9 Jul 2007 22:07:38 +0000 (00:07 +0200)
Pointed out by Arnd Bergmann:  PPC32 aligns this at 64bit, IA32 packs
it.  A kernel-wide available __compat_u64 which is 4-byte aligned on
AMD64 and IA64 would be nicer though.

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

No differences found