Re: [discuss] [PATCH] set stack pointer in init_tss and init_thread

2005-09-09 Thread Andi Kleen
On Thursday 08 September 2005 18:06, Jan Beulich wrote: > (Note: Patch also attached because the inline version is certain to get > line wrapped.) > > Set the stack pointer correctly in init_thread and init_tss. Thanks applied. -Andi - To unsubscribe from this list: send the line "unsubscribe lin

[PATCH] set stack pointer in init_tss and init_thread

2005-09-08 Thread Jan Beulich
(Note: Patch also attached because the inline version is certain to get line wrapped.) Set the stack pointer correctly in init_thread and init_tss. Signed-off-by: Jan Beulich <[EMAIL PROTECTED]> diff -Npru 2.6.13/arch/x86_64/kernel/init_task.c 2.6.13-x86_64-init/arch/x86_64/kernel/init_task.c --