[PATCH 2/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
32 bit modular socket ioctl emulation for 64 bit kernel This patch is the first step towards migration of the 'handler functions' for 32-64 bit userspace-kernel conversion, away from the ioctl32_hash_table. It will be used by the x25 socket layer. Signed-off-by:Shaun Pereira <[EMAIL PROTECTED

[PATCH 2/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
32 bit modular socket ioctl emulation for 64 bit kernel This patch is the first step towards migration of the 'handler functions' for 32-64 bit userspace-kernel conversion, away from the ioctl32_hash_table. It will be used by the x25 socket layer. Signed-off-by:Shaun Pereira <[EMAIL PROTECTED

[PATCH 2/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
This patch is the first step towards migration of the 'handler functions' for 32-64 bit userspace-kernel conversion, away from the ioctl32_hash_table. It will be used by the x25 socket layer. Signed-off-by:Shaun Pereira <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> diff -uprN