[patch 4/6] sys_indirect RFC - compat code for sys_indirect and compat_call_syscall for x86-64

2007-06-29 Thread Davide Libenzi
This is the compat code necessary for sys_indirect(). Since the data structure passed down to sys_indirect() is compat-free, this is the only processing needed. A required compat_call_syscall() has been added to the x86-64 arch. Signed-off-by: Davide Libenzi <[EMAIL PROTECTED]> - Davide

[patch 4/6] sys_indirect RFC - compat code for sys_indirect and compat_call_syscall for x86-64

2007-06-29 Thread Davide Libenzi
This is the compat code necessary for sys_indirect(). Since the data structure passed down to sys_indirect() is compat-free, this is the only processing needed. A required compat_call_syscall() has been added to the x86-64 arch. Signed-off-by: Davide Libenzi [EMAIL PROTECTED] - Davide ---