Re: [PATCH 18/19] move _set_gate and its users to a common location

2007-12-21 Thread Ingo Molnar
* Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > This patch moves _set_gate and its users to desc.h. We can now use > common code for x86_64 and i386. a few days ago i started seeing weird crashes on 64-bit x86 in the random-kernel-bootup tests. Nothing truly reproducable to be bisecta

[PATCH 18/19] move _set_gate and its users to a common location

2007-12-13 Thread Glauber de Oliveira Costa
This patch moves _set_gate and its users to desc.h. We can now use common code for x86_64 and i386. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/traps_32.c | 34 include/asm-x86/desc.h | 88 +++

[PATCH 18/19] move _set_gate and its users to a common location

2007-12-12 Thread Glauber de Oliveira Costa
This patch moves _set_gate and its users to desc.h. We can now use common code for x86_64 and i386. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/traps_32.c | 34 include/asm-x86/desc.h | 88 +++

[PATCH 18/19] move _set_gate and its users to a common location

2007-12-12 Thread Glauber de Oliveira Costa
This patch moves _set_gate and its users to desc.h. We can now use common code for x86_64 and i386. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/traps_32.c | 34 include/asm-x86/desc.h | 88 +++

[PATCH 18/19] move _set_gate and its users to a common location

2007-12-06 Thread Glauber de Oliveira Costa
This patch moves _set_gate and its users to desc.h. We can now use common code for x86_64 and i386. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/traps_32.c | 34 include/asm-x86/desc.h | 88 +++