[PATCH] intel_cacheinfo: remove MAX_CACHE_LEAVES limit
[linux-2.6-microblaze.git] / kernel / softirq.c
index b4ab6af..f766b2f 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();