Re: [patch 04/14] syslets: core, data structures

2007-02-15 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > Index: linux/kernel/async.h > === > --- /dev/null > +++ linux/kernel/async.h > @@ -0,0 +1,2 @@ > + > + this one sneaked in accidentally - i have removed it from my queue now. Ingo

[patch 04/14] syslets: core, data structures

2007-02-15 Thread Ingo Molnar
From: Ingo Molnar <[EMAIL PROTECTED]> this adds the data structures used by the syslet / async system calls infrastructure. This is used only if CONFIG_ASYNC_SUPPORT is enabled. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> ---

[patch 04/14] syslets: core, data structures

2007-02-15 Thread Ingo Molnar
From: Ingo Molnar [EMAIL PROTECTED] this adds the data structures used by the syslet / async system calls infrastructure. This is used only if CONFIG_ASYNC_SUPPORT is enabled. Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Signed-off-by: Arjan van de Ven [EMAIL PROTECTED] --- kernel/async.h |

Re: [patch 04/14] syslets: core, data structures

2007-02-15 Thread Ingo Molnar
* Ingo Molnar [EMAIL PROTECTED] wrote: Index: linux/kernel/async.h === --- /dev/null +++ linux/kernel/async.h @@ -0,0 +1,2 @@ + + this one sneaked in accidentally - i have removed it from my queue now. Ingo - To