[PATCH 16/19] modify get_desc_base

2007-12-13 Thread Glauber de Oliveira Costa
This patch makes get_desc_base() receive a struct desc_struct, and then uses its internal fields to compute the base address. This is done at both i386 and x86_64, and then it is moved to common header Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/tls.c |2

[PATCH 16/19] modify get_desc_base

2007-12-12 Thread Glauber de Oliveira Costa
This patch makes get_desc_base() receive a struct desc_struct, and then uses its internal fields to compute the base address. This is done at both i386 and x86_64, and then it is moved to common header Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/tls.c |2

[PATCH 16/19] modify get_desc_base

2007-12-12 Thread Glauber de Oliveira Costa
This patch makes get_desc_base() receive a struct desc_struct, and then uses its internal fields to compute the base address. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/tls.c |2 +- arch/x86/mm/fault_32.c |2 +- include/asm-x86/desc.h |8 ++--