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

2007-02-28 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/12] syslets: x86, add move_user_context() method

2007-02-28 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