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 unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 |2 ++
 1 file changed, 2 insertions(+)

Index: linux/kernel/async.h
===
--- /dev/null
+++ linux/kernel/async.h
@@ -0,0 +1,2 @@
+
+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 |2 ++
 1 file changed, 2 insertions(+)

Index: linux/kernel/async.h
===
--- /dev/null
+++ linux/kernel/async.h
@@ -0,0 +1,2 @@
+
+
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/