[patch 07/13] syslets: x86, add create_async_thread() method

2007-02-21 Thread Ingo Molnar
From: Ingo Molnar <[EMAIL PROTECTED]> add the create_async_thread() way of creating kernel threads: these threads first execute a kernel function and when they return from it they execute user-space. An architecture must implement this interface before it can turn CONFIG_ASYNC_SUPPORT on.

[patch 07/13] syslets: x86, add create_async_thread() method

2007-02-21 Thread Ingo Molnar
From: Ingo Molnar [EMAIL PROTECTED] add the create_async_thread() way of creating kernel threads: these threads first execute a kernel function and when they return from it they execute user-space. An architecture must implement this interface before it can turn CONFIG_ASYNC_SUPPORT on.