From: Petr Vandrovec Date: Mon, 7 May 2007 02:14:47 +0000 (+0200) Subject: ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel X-Git-Tag: v2.6.23-rc1~1199^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650c12c528d3e0ac69405dd35d3bc8a7228e49f2;p=pandora-kernel.git ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel Add compat_ioctl. Although all structures are more or less same, raw1394_iso_packets got pointer inside, and raw1394_cycle_timer got unwanted padding in the middle. I did not add any translation for ioctls passing array of integers around as integers seem to have same size (32 bits) on all architectures supported by Linux. Signed-off-by: Petr Vandrovec Acked-by: Dan Dennedy Signed-off-by: Stefan Richter (split into 3 patches) --- Reading git-diff-tree failed