Index: linux-2.6.12/kernel/softirq.c
===================================================================
--- linux-2.6.12.orig/kernel/softirq.c	2005-07-30 12:09:40.000000000 +0100
+++ linux-2.6.12/kernel/softirq.c	2005-07-30 12:11:41.000000000 +0100
@@ -86,7 +86,7 @@
 	/* Reset the pending bitmask before enabling irqs */
 	local_softirq_pending() = 0;
 
-	//local_irq_enable();
+	local_irq_enable();
 
 	h = softirq_vec;
 
@@ -99,7 +99,7 @@
 		pending >>= 1;
 	} while (pending);
 
-	//local_irq_disable();
+	local_irq_disable();
 
 	pending = local_softirq_pending();
 	if (pending && --max_restart)

