You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-linux-kernel/patches.suse/linux-2.6.29-enable-async-b...

23 lines
519 B

From: Arjan van de Ven <arjan@infradead.org>
Subject: enable async_enabled by default
Patch-mainline: not yet
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
kernel/async.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/async.c
+++ b/kernel/async.c
@@ -67,7 +67,7 @@ static LIST_HEAD(async_pending);
static LIST_HEAD(async_running);
static DEFINE_SPINLOCK(async_lock);
-static int async_enabled = 0;
+static int async_enabled = 1;
struct async_entry {
struct list_head list;