please include this safety checke too:
--- ./kernel/softirq.c.~1~ Fri Sep 28 17:42:07 2001
+++ ./kernel/softirq.c Fri Sep 28 17:46:32 2001
@@ -381,6 +381,8 @@
current->nice = 19;
schedule();
+ if (smp_processor_id() != cpu)
+ BUG();
ksoftirqd_task(cpu) = current;
for (;;) {
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/