]> err.no Git - linux-2.6/blobdiff - kernel/softirq.c
[PATCH] Ignore trailing whitespace on kernel parameters correctly
[linux-2.6] / kernel / softirq.c
index b4ab6af1dea8513147c19694a8eff8a4353c69e0..f766b2fc48be8cd54cc254c91660ec414603a2c5 100644 (file)
@@ -84,7 +84,7 @@ asmlinkage void __do_softirq(void)
        cpu = smp_processor_id();
 restart:
        /* Reset the pending bitmask before enabling irqs */
-       local_softirq_pending() = 0;
+       set_softirq_pending(0);
 
        local_irq_enable();