Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Davide Libenzi
On Thu, 22 Feb 2007, Ingo Molnar wrote: > > * Davide Libenzi wrote: > > > On Wed, 21 Feb 2007, Ingo Molnar wrote: > > > > > From: Ingo Molnar <[EMAIL PROTECTED]> > > > > > > add the move_user_context() method to move the user-space > > > context of one kernel thread to another kernel thread.

Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Ingo Molnar
* Davide Libenzi wrote: > On Wed, 21 Feb 2007, Ingo Molnar wrote: > > > From: Ingo Molnar <[EMAIL PROTECTED]> > > > > add the move_user_context() method to move the user-space > > context of one kernel thread to another kernel thread. > > User-space might notice the changed TID, but

Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Davide Libenzi
On Wed, 21 Feb 2007, Ingo Molnar wrote: > From: Ingo Molnar <[EMAIL PROTECTED]> > > add the move_user_context() method to move the user-space > context of one kernel thread to another kernel thread. > User-space might notice the changed TID, but execution, > stack and register contents (general

[patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Ingo Molnar
From: Ingo Molnar <[EMAIL PROTECTED]> add the move_user_context() method to move the user-space context of one kernel thread to another kernel thread. User-space might notice the changed TID, but execution, stack and register contents (general purpose and FPU) are still the same. An architecture

[patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Ingo Molnar
From: Ingo Molnar [EMAIL PROTECTED] add the move_user_context() method to move the user-space context of one kernel thread to another kernel thread. User-space might notice the changed TID, but execution, stack and register contents (general purpose and FPU) are still the same. An architecture

Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Davide Libenzi
On Wed, 21 Feb 2007, Ingo Molnar wrote: From: Ingo Molnar [EMAIL PROTECTED] add the move_user_context() method to move the user-space context of one kernel thread to another kernel thread. User-space might notice the changed TID, but execution, stack and register contents (general purpose

Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Ingo Molnar
* Davide Libenzi davidel@xmailserver.org wrote: On Wed, 21 Feb 2007, Ingo Molnar wrote: From: Ingo Molnar [EMAIL PROTECTED] add the move_user_context() method to move the user-space context of one kernel thread to another kernel thread. User-space might notice the changed TID, but

Re: [patch 08/13] syslets: x86, add move_user_context() method

2007-02-21 Thread Davide Libenzi
On Thu, 22 Feb 2007, Ingo Molnar wrote: * Davide Libenzi davidel@xmailserver.org wrote: On Wed, 21 Feb 2007, Ingo Molnar wrote: From: Ingo Molnar [EMAIL PROTECTED] add the move_user_context() method to move the user-space context of one kernel thread to another kernel