]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/softirq.c
Pull update-default-configs into release branch
[karo-tx-linux.git] / 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();