SOURCES: suspend2-2.2.5-for-2.6.16.37-fix.patch (NEW) - fix for 2....
arekm
arekm at pld-linux.org
Fri Dec 29 18:45:29 CET 2006
Author: arekm Date: Fri Dec 29 17:45:29 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix for 2.6.16.37
---- Files affected:
SOURCES:
suspend2-2.2.5-for-2.6.16.37-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/suspend2-2.2.5-for-2.6.16.37-fix.patch
diff -u /dev/null SOURCES/suspend2-2.2.5-for-2.6.16.37-fix.patch:1.1
--- /dev/null Fri Dec 29 18:45:29 2006
+++ SOURCES/suspend2-2.2.5-for-2.6.16.37-fix.patch Fri Dec 29 18:45:24 2006
@@ -0,0 +1,15 @@
+diff -urN suspend2-2.2.5-for-2.6.16.9.org/2000-workqueue-freezing.patch suspend2-2.2.5-for-2.6.16.9/2000-workqueue-freezing.patch
+--- suspend2-2.2.5-for-2.6.16.9.org/2000-workqueue-freezing.patch 2006-02-25 10:34:01.000000000 +0100
++++ suspend2-2.2.5-for-2.6.16.9/2000-workqueue-freezing.patch 2006-12-29 18:42:42.776597000 +0100
+@@ -387,9 +387,9 @@
+ set_current_state(TASK_INTERRUPTIBLE);
+
+ @@ -456,7 +455,7 @@ static int __devinit cpu_callback(struct
++
++ switch (action) {
+ case CPU_UP_PREPARE:
+- BUG_ON(per_cpu(tasklet_vec, hotcpu).list);
+- BUG_ON(per_cpu(tasklet_hi_vec, hotcpu).list);
+ - p = kthread_create(ksoftirqd, hcpu, "ksoftirqd/%d", hotcpu);
+ + p = kthread_nofreeze_create(ksoftirqd, hcpu, "ksoftirqd/%d", hotcpu);
+ if (IS_ERR(p)) {
================================================================
More information about the pld-cvs-commit
mailing list