Re: [PATCHv2 2/4] x86&x86-64 support for sys_indirect

From: Eric Dumazet
Date: Thu Nov 15 2007 - 21:49:20 EST


Ulrich Drepper a écrit :
This part adds support for sys_indirect on x86 and x86-64.

arch/x86/ia32/ia32entry.S | 1 +
b/arch/x86/kernel/syscall_table_32.S | 1 +
b/include/asm-x86/indirect.h | 5 +++++
b/include/asm-x86/indirect_32.h | 23 +++++++++++++++++++++++
b/include/asm-x86/indirect_64.h | 24 ++++++++++++++++++++++++
b/include/asm-x86/unistd_32.h | 3 ++-
b/include/asm-x86/unistd_64.h | 2 ++
7 files changed, 58 insertions(+), 1 deletion(-)

I am not sure how compat is handled ? (ie running a 32bit task in a 64bit kernel)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/